node/test/node-api
legendecas 4fc7877ea3 n-api: fix false assumption on napi_async_context structures
napi_async_context should be an opaque type and not be used as same as
node::async_context.

PR-URL: https://github.com/nodejs/node/pull/32928
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2020-04-28 13:58:31 +02:00
..
1_hello_world
test_async
test_buffer n-api: keep napi_env alive while it has finalizers 2020-01-06 13:00:11 +01:00
test_callback_scope n-api: fix false assumption on napi_async_context structures 2020-04-28 13:58:31 +02:00
test_cleanup_hook
test_exception
test_fatal
test_fatal_exception
test_general n-api: define release 6 2020-03-09 19:03:55 -04:00
test_instance_data n-api: define release 6 2020-03-09 19:03:55 -04:00
test_make_callback
test_make_callback_recurse
test_null_init
test_policy
test_threadsafe_function n-api: detect deadlocks in thread-safe function 2020-04-28 08:55:19 +02:00
test_uv_loop
test_worker_buffer_callback
test_worker_terminate
.gitignore
node-api.status
testcfg.py