summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/polyfill.js
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-03-21 20:01:38 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-03-21 20:01:38 +0000
commit3c4652c1c3a2231b2bb1e2bf43e6c16fc54d10bf (patch)
tree2b050331257c08e56880cdaeafa60eea05d97193 /content/handlers/javascript/duktape/polyfill.js
parent66a23c25605c9c7eca7b5c9b420a079ce1203faf (diff)
downloadnetsurf-3c4652c1c3a2231b2bb1e2bf43e6c16fc54d10bf.tar.gz
netsurf-3c4652c1c3a2231b2bb1e2bf43e6c16fc54d10bf.tar.bz2
Dukky: Upgrade dukky binding to support new heap/thread split
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>
Diffstat (limited to 'content/handlers/javascript/duktape/polyfill.js')
-rw-r--r--content/handlers/javascript/duktape/polyfill.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/javascript/duktape/polyfill.js b/content/handlers/javascript/duktape/polyfill.js
index 7fa46111f..5f0215618 100644
--- a/content/handlers/javascript/duktape/polyfill.js
+++ b/content/handlers/javascript/duktape/polyfill.js
@@ -1,6 +1,6 @@
/* Polyfiller for Duktape for NetSurf
*
- * This JavaScript will be loaded into compartments before the generics
+ * This JavaScript will be loaded into heaps before the generics
*
* We only care for the side-effects of this, be careful.
*/