node/test/node-api
Ben Noordhuis 01090f2aa1
node-api: add napi_create_external_sharedarraybuffer
Creates a SharedArrayBuffer from externally managed memory.

Fixes: https://github.com/nodejs/node/issues/62259
PR-URL: https://github.com/nodejs/node/pull/62623
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
2026-05-07 15:41:40 +02:00
..
1_hello_world
test_async
test_async_cleanup_hook
test_async_context
test_buffer node-api: add napi_create_external_sharedarraybuffer 2026-05-07 15:41:40 +02:00
test_callback_scope node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_cleanup_hook
test_env_teardown_gc
test_exception
test_fatal node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_fatal_exception
test_general
test_init_order
test_instance_data test: enforce better never-settling-promise detection 2026-02-22 23:16:09 +01:00
test_make_callback
test_make_callback_recurse
test_null_init
test_reference_by_node_api_version
test_sea_addon test: use fixture directories for sea tests 2026-02-22 23:16:10 +01:00
test_threadsafe_function node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_threadsafe_function_abort node-api: execute tsfn finalizer after queue drains when aborted 2026-05-07 15:41:40 +02:00
test_threadsafe_function_shutdown node-api: fix data race and use-after-free in napi_threadsafe_function 2026-01-19 19:19:13 +01:00
test_uv_loop
test_uv_threadpool_size
test_worker_buffer_callback node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_worker_terminate node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_worker_terminate_finalization
.gitignore
node-api.status doc,test: add documentation and test on how to use addons in SEA 2026-01-19 19:19:06 +01:00
testcfg.py