Skip to content

Commit d067ecc

Browse files
committed
update duktape engine to v1.5.0
1 parent eec641f commit d067ecc

File tree

7 files changed

+8838
-10374
lines changed

7 files changed

+8838
-10374
lines changed

lib/JavaScript/Duktape.pm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ use constant {
101101
DUK_ENUM_SORT_ARRAY_INDICES => (1 << 4),
102102
DUK_ENUM_NO_PROXY_BEHAVIOR => (1 << 5),
103103

104-
DUK_COMPILE_EVAL => (1 << 0),
105-
DUK_COMPILE_FUNCTION => (1 << 1),
106-
DUK_COMPILE_STRICT => (1 << 2),
107-
DUK_COMPILE_SAFE => (1 << 3),
108-
DUK_COMPILE_NORESULT => (1 << 4),
109-
DUK_COMPILE_NOSOURCE => (1 << 5),
110-
DUK_COMPILE_STRLEN => (1 << 6),
104+
DUK_COMPILE_EVAL => (1 << 3),
105+
DUK_COMPILE_FUNCTION => (1 << 4),
106+
DUK_COMPILE_STRICT => (1 << 5),
107+
DUK_COMPILE_SAFE => (1 << 6),
108+
DUK_COMPILE_NORESULT => (1 << 7),
109+
DUK_COMPILE_NOSOURCE => (1 << 8),
110+
DUK_COMPILE_STRLEN => (1 << 9),
111111

112112
#Flags for duk_def_prop() and its variants
113113
DUK_DEFPROP_WRITABLE => (1 << 0),

0 commit comments

Comments
 (0)