mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
536 B
13 lines
536 B
# Enable compliant behavior, defaults favor "real world" compatibility.
|
|
|
|
DUK_USE_NONSTD_ARRAY_CONCAT_TRAILER: false
|
|
DUK_USE_NONSTD_ARRAY_MAP_TRAILER: false
|
|
DUK_USE_NONSTD_ARRAY_SPLICE_DELCOUNT: false
|
|
DUK_USE_NONSTD_FUNC_CALLER_PROPERTY: false
|
|
DUK_USE_NONSTD_FUNC_SOURCE_PROPERTY: false
|
|
DUK_USE_NONSTD_FUNC_STMT: false
|
|
DUK_USE_NONSTD_GETTER_KEY_ARGUMENT: false
|
|
DUK_USE_NONSTD_JSON_ESC_U2028_U2029: false
|
|
DUK_USE_NONSTD_REGEXP_DOLLAR_ESCAPE: false
|
|
DUK_USE_NONSTD_SETTER_KEY_ARGUMENT: false
|
|
DUK_USE_NONSTD_STRING_FROMCHARCODE_32BIT: false
|
|
|