node/test/node-api/test_buffer
Gabriel Schulhof c5aa8b8ef1
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>
2024-12-31 16:29:50 +00:00
..
binding.gyp node-api: define version 10 2024-12-31 16:29:50 +00:00
test-external-buffer.js n-api: keep napi_env alive while it has finalizers 2020-01-04 07:38:36 +01:00
test.js node-api: add napi_create_buffer_from_arraybuffer method 2024-10-11 15:21:57 +00:00
test_buffer.c node-api: add napi_create_buffer_from_arraybuffer method 2024-10-11 15:21:57 +00:00
test_finalizer.c node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test_finalizer.js node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00