Searched refs:GetPrivate (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/ |
D | node_errors.cc | 40 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()
|
D | node_util.cc | 168 if (obj->GetPrivate(env->context(), private_symbol).ToLocal(&ret)) in GetHiddenValue()
|
D | node_contextify.cc | 344 sandbox->GetPrivate(env->context(), in ContextFromContextifiedSandbox()
|
D | js_native_api_v8.cc | 212 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()
|
D | node_crypto.cc | 2327 w->object()->GetPrivate( in SelectALPNCallback()
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 71 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/ |
D | environment.cc | 519 if (!global->GetPrivate(context, key).ToLocal(&existing_value)) in GetPerContextExports()
|