mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
60d9aed307
Introduce APIs that allow for the creation of JavaScript strings without copying the underlying native string into the engine. The APIs fall back to regular string creation if the engine's external string APIs are unavailable. In this case, an optional boolean out-parameter indicates that the string was copied, and the optional finalizer is called if given. PR-URL: https://github.com/nodejs/node/pull/48339 Fixes: https://github.com/nodejs/node/issues/48198 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Signed-off-by: Gabriel Schulhof <gabrielschulhof@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
binding.c | ||
binding.gyp | ||
index.js |