Searched refs:GetPrivate (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/d8/ |
D | async-hooks-wrapper.cc | 200 ->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/ |
D | node_errors.cc | 41 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()
|
D | node_contextify.cc | 426 ->GetPrivate(env->context(), env->contextify_context_private_symbol()) in ContextFromContextifiedSandbox()
|
D | js_native_api_v8.cc | 335 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/ |
D | v8-object.h | 390 MaybeLocal<Value> GetPrivate(Local<Context> context, Local<Private> key);
|
/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 | 561 if (!global->GetPrivate(context, key).ToLocal(&existing_value)) in GetPerContextExports()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 4548 MaybeLocal<Value> v8::Object::GetPrivate(Local<Context> context, in GetPrivate() function in v8::v8::Object
|