Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dprototype-inl.h75 return isolate_->MayAccess(handle(isolate_->context(), isolate_), in HasAccess()
Dkeys.cc637 !isolate_->MayAccess(handle(isolate_->context(), isolate_), object)) { in TryPrototypeInfoCache()
1108 !isolate_->MayAccess(handle(isolate_->context(), isolate_), object)) { in CollectOwnKeys()
Djs-objects.cc4115 !isolate->MayAccess(handle(isolate->context(), isolate), object)) { in PreventExtensions()
4165 !isolate->MayAccess(handle(isolate->context(), isolate), object)) { in IsExtensible()
4240 !isolate->MayAccess(handle(isolate->context(), isolate), object)) { in PreventExtensionsWithTransition()
4985 !isolate->MayAccess(handle(isolate->context(), isolate), object)) { in SetPrototype()
Dlookup.cc173 return isolate_->MayAccess(handle(isolate_->context(), isolate_), in HasAccess()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-api.cc86 if (!isolate->MayAccess(handle(isolate->context(), isolate), in HandleApiCallHelper()
Dbuiltins.cc484 return isolate->MayAccess(responsible_context, target_global_proxy); in AllowDynamicFunction()
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc46 if (!isolate->MayAccess(handle(isolate->context(), isolate), object)) { in RUNTIME_FUNCTION()
Druntime-classes.cc685 !isolate->MayAccess(handle(isolate->context(), isolate), home_object)) { in GetSuperHolder()
/third_party/node/deps/v8/src/execution/
Disolate.h932 bool MayAccess(Handle<Context> accessing_context, Handle<JSObject> receiver);
Disolate.cc1491 bool Isolate::MayAccess(Handle<Context> accessing_context, in MayAccess() function in v8::internal::Isolate