Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api.cc809 v8::Local<v8::Object> v8_resource; in napi_async_init() local
812 CHECK_TO_OBJECT(env, context, v8_resource, async_resource); in napi_async_init()
815 v8_resource = v8::Object::New(isolate); in napi_async_init()
824 v8_resource, in napi_async_init()
1223 v8::Local<v8::Object> v8_resource; in napi_create_threadsafe_function() local
1225 v8_resource = v8::Object::New(env->isolate); in napi_create_threadsafe_function()
1227 CHECK_TO_OBJECT(env, v8_context, v8_resource, async_resource); in napi_create_threadsafe_function()
1235 v8_resource, in napi_create_threadsafe_function()