node/test/node-api
Vladimir Morozov 179162fe42
node-api: use Node-API in comments
PR-URL: https://github.com/nodejs/node/pull/61320
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2026-01-27 22:52:26 +01:00
..
1_hello_world test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_async test: fix assertion message in test_async.c 2023-08-15 11:55:34 +00:00
test_async_cleanup_hook node-api: verify cleanup hooks order 2023-03-15 00:57:25 +08:00
test_async_context tools: add lint rule to ensure assertions are reached 2025-11-12 00:15:32 +01:00
test_buffer node-api: define version 10 2024-12-31 16:29:50 +00:00
test_callback_scope node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_cleanup_hook node-api: verify cleanup hooks order 2023-03-15 00:57:25 +08:00
test_env_teardown_gc node-api: stop ref gc during environment teardown 2021-03-18 20:40:59 -07:00
test_exception tools: add lint rule to ensure assertions are reached 2025-11-12 00:15:32 +01:00
test_fatal node-api: use Node-API in comments 2026-01-27 22:52:26 +01:00
test_fatal_exception test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_general test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
test_init_order test: fix typos 2024-09-28 13:58:55 +00:00
test_instance_data test: fix addons and node-api test assumptions 2024-10-22 07:49:19 +00:00
test_make_callback tools: add lint rule to ensure assertions are reached 2025-11-12 00:15:32 +01:00
test_make_callback_recurse tools: add lint rule to ensure assertions are reached 2025-11-12 00:15:32 +01:00
test_null_init node-api: deprecate napi_module_register 2023-03-24 14:00:40 -04:00
test_reference_by_node_api_version tools: add lint rule to ensure assertions are reached 2025-11-12 00:15:32 +01:00
test_sea_addon doc,test: add documentation and test on how to use addons in SEA 2026-01-19 19:19:06 +01:00
test_threadsafe_function node-api: use Node-API in comments 2026-01-27 22:52:26 +01: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: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_uv_threadpool_size test: remove unnecessary assert requiring from tests 2025-02-14 17:19:20 +00:00
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 test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
.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