Home
last modified time | relevance | path

Searched refs:DestroyAsyncResource (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/node-api/test_async_context/
H A Dbinding.c90 static napi_value DestroyAsyncResource(napi_env env, napi_callback_info info) { in DestroyAsyncResource() function
122 env, NULL, NAPI_AUTO_LENGTH, DestroyAsyncResource, NULL, &fn)); in Init()
/third_party/node/test/addons/async-resource/
H A Dbinding.cc46 void DestroyAsyncResource(const FunctionCallbackInfo<Value>& args) { in DestroyAsyncResource() function
122 NODE_SET_METHOD(exports, "destroyAsyncResource", DestroyAsyncResource); in Initialize()

Completed in 1 milliseconds