Searched refs:MayAccess (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | prototype-inl.h | 75 return isolate_->MayAccess(handle(isolate_->context(), isolate_), in HasAccess()
|
D | keys.cc | 637 !isolate_->MayAccess(handle(isolate_->context(), isolate_), object)) { in TryPrototypeInfoCache() 1108 !isolate_->MayAccess(handle(isolate_->context(), isolate_), object)) { in CollectOwnKeys()
|
D | js-objects.cc | 4115 !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()
|
D | lookup.cc | 173 return isolate_->MayAccess(handle(isolate_->context(), isolate_), in HasAccess()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-api.cc | 86 if (!isolate->MayAccess(handle(isolate->context(), isolate), in HandleApiCallHelper()
|
D | builtins.cc | 484 return isolate->MayAccess(responsible_context, target_global_proxy); in AllowDynamicFunction()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-internal.cc | 46 if (!isolate->MayAccess(handle(isolate->context(), isolate), object)) { in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 685 !isolate->MayAccess(handle(isolate->context(), isolate), home_object)) { in GetSuperHolder()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.h | 932 bool MayAccess(Handle<Context> accessing_context, Handle<JSObject> receiver);
|
D | isolate.cc | 1491 bool Isolate::MayAccess(Handle<Context> accessing_context, in MayAccess() function in v8::internal::Isolate
|