Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc200 ->GetPrivate(currentContext, hooks->async_id_smb.Get(isolate)) in ShellPromiseHook()
212 promise->GetPrivate(currentContext, hooks->async_id_smb.Get(isolate)) in ShellPromiseHook()
218 ->GetPrivate(currentContext, hooks->trigger_id_smb.Get(isolate)) in ShellPromiseHook()
252 promise->GetPrivate(context, hooks->async_id_smb.Get(v8_isolate)) in PromiseHookDispatch()
261 promise->GetPrivate(context, hooks->trigger_id_smb.Get(v8_isolate)) in PromiseHookDispatch()
/third_party/node/src/
Dnode_errors.cc41 err_obj->GetPrivate(env->context(), env->decorated_private_symbol()); in IsExceptionDecorated()
288 auto maybe_value = err_obj->GetPrivate(env->context(), in AppendExceptionLine()
420 err_obj->GetPrivate(env->context(), env->arrow_message_private_symbol()) in ReportFatalException()
1064 err_obj->GetPrivate(env->context(), env->arrow_message_private_symbol()); in DecorateErrorStack()
Dnode_contextify.cc426 ->GetPrivate(env->context(), env->contextify_context_private_symbol()) in ContextFromContextifiedSandbox()
Djs_native_api_v8.cc335 auto val = obj->GetPrivate(context, NAPI_PRIVATE_KEY(context, wrapper)) in Unwrap()
2547 obj->GetPrivate(context, NAPI_PRIVATE_KEY(context, type_tag)); in napi_check_object_type_tag()
/third_party/node/deps/v8/include/
Dv8-object.h390 MaybeLocal<Value> GetPrivate(Local<Context> context, Local<Private> key);
/third_party/cef/libcef/renderer/
Dv8_impl.cc71 bool GetPrivate(v8::Local<v8::Context> context, in GetPrivate() function
77 ->GetPrivate(context, in GetPrivate()
293 if (GetPrivate(context, object, kCefTrackObject, &value)) in Unwrap()
348 if (GetPrivate(context, object, kCefTrackObject, &value)) in Unwrap()
/third_party/node/src/api/
Denvironment.cc561 if (!global->GetPrivate(context, key).ToLocal(&existing_value)) in GetPerContextExports()
/third_party/node/deps/v8/src/api/
Dapi.cc4548 MaybeLocal<Value> v8::Object::GetPrivate(Local<Context> context, in GetPrivate() function in v8::v8::Object