|
@ -7,9 +7,10 @@ intended to be easily embeddable into C programs, with a C API similar in |
|
|
spirit to Lua's. |
|
|
spirit to Lua's. |
|
|
|
|
|
|
|
|
Duktape supports the full E5/E5.1 feature set including errors, Unicode |
|
|
Duktape supports the full E5/E5.1 feature set including errors, Unicode |
|
|
strings, and regular expressions, a subset of E6 features (e.g. computed |
|
|
strings, and regular expressions, a subset of Ecmascript 2015 (E6) and |
|
|
property names and Proxy objects), Khronos/ES6 ArrayBuffer/TypedView, and |
|
|
Ecmascript 2016 (E7) features (e.g. computed property names, Proxy objects, |
|
|
Node.js Buffer bindings. |
|
|
exponentiation operator), Khronos/ES6 ArrayBuffer/TypedView, and Node.js |
|
|
|
|
|
Buffer bindings. |
|
|
|
|
|
|
|
|
Duktape also provides a number of custom features such as error tracebacks, |
|
|
Duktape also provides a number of custom features such as error tracebacks, |
|
|
additional data types for better C integration, combined reference counting |
|
|
additional data types for better C integration, combined reference counting |
|
|