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
451 B
13 lines
451 B
define: DUK_USE_NONSTD_STRING_FROMCHARCODE_32BIT
|
|
feature_enables: DUK_OPT_NONSTD_STRING_FROMCHARCODE_32BIT
|
|
introduced: 1.2.0
|
|
default: true
|
|
tags:
|
|
- ecmascript
|
|
- compliance
|
|
description: >
|
|
Allow 32-bit codepoints in String.fromCharCode(). This is non-compliant
|
|
(the E5.1 specification has a ToUint16() coercion for the codepoints) but
|
|
useful because Duktape supports non-BMP strings.
|
|
|
|
When disabled, Duktape provides the compliant behavior.
|
|
|