Home
last modified time | relevance | path

Searched refs:napi_async_context (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/node-api/test_async_context/
Dbinding.c29 napi_async_context context; in MakeCallback()
44 napi_status status = napi_async_destroy(env, (napi_async_context)data); in AsyncDestroyCb()
73 napi_async_context context; in CreateAsyncResource()
99 napi_async_context async_context; in DestroyAsyncResource()
/third_party/node/src/
Dnode_api.h123 napi_async_context* result);
126 napi_async_context async_context);
129 napi_async_context async_context,
203 napi_async_context context,
Dnode_api_types.h7 typedef struct napi_async_context__* napi_async_context; typedef
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c28 napi_async_context context; in RunInCallbackScope()
63 napi_async_context context; in Callback()
/third_party/node/test/node-api/test_make_callback/
Dbinding.c34 napi_async_context context; in MakeCallback()
/third_party/node/doc/api/
Dn-api.md5715 napi_async_context* result)
5730 order to retain ABI compatibility with previous versions, `napi_async_context`s
5733 garbage collected by JavaScript engine before the `napi_async_context` was
5734 destroyed by `napi_async_destroy`, calling `napi_async_context` related APIs
5754 napi_async_context async_context);
5777 napi_async_context async_context,
5829 napi_async_context context,