Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api.cc922 v8::Local<v8::Object> v8_resource; in napi_async_init() local
925 CHECK_TO_OBJECT(env, context, v8_resource, async_resource); in napi_async_init()
928 v8_resource = v8::Object::New(isolate); in napi_async_init()
937 v8_resource, in napi_async_init()
1330 v8::Local<v8::Object> v8_resource; in napi_create_threadsafe_function() local
1332 v8_resource = v8::Object::New(env->isolate); in napi_create_threadsafe_function()
1334 CHECK_TO_OBJECT(env, v8_context, v8_resource, async_resource); in napi_create_threadsafe_function()
1342 v8_resource, in napi_create_threadsafe_function()