summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/polyfill.js
Commit message (Collapse)AuthorAgeFilesLines
* Dukky: Upgrade dukky binding to support new heap/thread splitDaniel Silverstone2020-03-211-1/+1
| | | | | | | | Update the duktape bindings and dukky interface to support the new JS heap/thread split. Heaps may have multiple active threads though in general there will only be 2 at a time. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Dukky: Support console logging betterDaniel Silverstone2019-08-011-0/+85
Add a polyfill for Array.from(), and fix the console formatter so that it won't keep exploding. This should improve matters in the tests. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>