mirror of https://github.com/svaarala/duktape.git
Browse Source
* Bump DUK_VERSION to 2.4.0. * Release checklist updates. * Releases file update. * Finalize release notes. * Remove experimental status from some API calls. * Bump LICENSE.txt year range. * Add new public symbols to API test. * CBOR extra trivial compile warning fix. * Compile warning fix when hex support disabled. * Update test262 known issues. * Update index page footprints. * Improve options for thumb index page size build. * Add missing "skip: true" metadata to a CBOR test. * AUTHORS update.pull/2157/head
Sami Vaarala
5 years ago
21 changed files with 64 additions and 46 deletions
@ -1,9 +1,9 @@ |
|||
<div class="note"> |
|||
Symbol values are visible in the C API as strings so that both |
|||
<code>duk_is_symbol()</code> and <code>duk_is_string()</code> are true. |
|||
This behavior is similar to Duktape 1.x internal strings. Symbols are |
|||
still an experimental feature; for now, you can distinguish Symbols from |
|||
ordinary strings using <code><a href="#duk_is_symbol">duk_is_symbol()</a></code>. |
|||
This behavior is similar to Duktape 1.x internal strings. You can |
|||
distinguish Symbols from ordinary strings using |
|||
<code><a href="#duk_is_symbol">duk_is_symbol()</a></code>. |
|||
For the internal representation, see |
|||
<a href="https://github.com/svaarala/duktape/blob/master/doc/symbols.rst">symbols.rst</a>. |
|||
</div> |
|||
|
Loading…
Reference in new issue