Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds