From 6da983ca27c8b0690759d3fe1862d7cfa65648f5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 20 Apr 2017 12:12:29 +0100 Subject: Duktape: Enable fastints. Suggested by svaarala. --- content/handlers/javascript/duktape/duk_custom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/handlers/javascript') diff --git a/content/handlers/javascript/duktape/duk_custom.h b/content/handlers/javascript/duktape/duk_custom.h index 1f98b7825..2ff931793 100644 --- a/content/handlers/javascript/duktape/duk_custom.h +++ b/content/handlers/javascript/duktape/duk_custom.h @@ -28,6 +28,7 @@ #undef DUK_USE_DATE_PARSE_STRING #endif +#define DUK_USE_FASTINT #define DUK_USE_REGEXP_CANON_WORKAROUND /* Required for execution timeout checking */ -- cgit v1.2.3