node/test/node-api/test_buffer
Gabriel Schulhof c5aa8b8ef1
Some checks are pending
Coverage Linux (without intl) / coverage-linux-without-intl (push) Waiting to run
Coverage Linux / coverage-linux (push) Waiting to run
Coverage Windows / coverage-windows (push) Waiting to run
Test and upload documentation to artifacts / build-docs (push) Waiting to run
Linters / lint-addon-docs (push) Waiting to run
Linters / lint-cpp (push) Waiting to run
Linters / format-cpp (push) Waiting to run
Linters / lint-js-and-md (push) Waiting to run
Linters / lint-py (push) Waiting to run
Linters / lint-yaml (push) Waiting to run
Linters / lint-sh (push) Waiting to run
Linters / lint-codeowners (push) Waiting to run
Linters / lint-pr-url (push) Waiting to run
Linters / lint-readme (push) Waiting to run
Notify on Push / Notify on Force Push on `main` (push) Waiting to run
Notify on Push / Notify on Push on `main` that lacks metadata (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
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_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
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