node/test/js-native-api/test_string
Gabriel Schulhof c2f4d8d688
node-api: define version 10
Notable runtime changes to existing APIs:
- returning `node_api_cannot_run_js` instead of
  `napi_pending_exception`.
- allow creating references to objects, functions, and symbols.

PR-URL: https://github.com/nodejs/node/pull/55676
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2025-01-02 15:30:44 +01:00
..
binding.gyp node-api: define version 10 2025-01-02 15:30:44 +01:00
test.js node-api: add support for UTF-8 and Latin-1 property keys 2024-09-13 13:01:52 -07:00
test_null.c node-api: avoid crashing on passed-in null string 2021-06-11 09:01:22 -07:00
test_null.h node-api: avoid crashing on passed-in null string 2021-06-11 09:01:22 -07:00
test_null.js node-api: avoid crashing on passed-in null string 2021-06-11 09:01:22 -07:00
test_string.c node-api: add support for UTF-8 and Latin-1 property keys 2024-09-13 13:01:52 -07:00