Browse Source

Releases: duk_push_literal()

pull/1805/head
Sami Vaarala 7 years ago
parent
commit
ffa317c145
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3195,6 +3195,9 @@ Planned
useful to detect constructor calls which can already be done using
duk_is_constructor_call() (GH-1745)
* Add experimental duk_push_literal() API call which may allow e.g. better
lowmem behavior for string literals later on (GH-1805)
* ES2015 Number constructor properties: EPSILON, MIN_SAFE_INTEGER,
MAX_SAFE_INTEGER, isFinite(), isInteger(), isNaN(), isSafeInteger(),
parseInt(), parseFloat() (GH-1756, GH-1761)

Loading…
Cancel
Save