Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_errors.cc40 err_obj->GetPrivate(env->context(), env->decorated_private_symbol()); in IsExceptionDecorated()
344 err_obj->GetPrivate(env->context(), env->arrow_message_private_symbol()) in ReportFatalException()
889 err_obj->GetPrivate(env->context(), env->arrow_message_private_symbol()); in DecorateErrorStack()
Dnode_util.cc168 if (obj->GetPrivate(env->context(), private_symbol).ToLocal(&ret)) in GetHiddenValue()
Dnode_contextify.cc344 sandbox->GetPrivate(env->context(), in ContextFromContextifiedSandbox()
Djs_native_api_v8.cc212 auto val = obj->GetPrivate(context, NAPI_PRIVATE_KEY(context, wrapper)) in Unwrap()
2406 auto maybe_value = obj->GetPrivate(context, in napi_check_object_type_tag()
Dnode_crypto.cc2327 w->object()->GetPrivate( in SelectALPNCallback()
/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.cc519 if (!global->GetPrivate(context, key).ToLocal(&existing_value)) in GetPerContextExports()