Home
last modified time | relevance | path

Searched refs:has_access (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-promise.cc909 Label has_access(this), call_runtime(this, Label::kDeferred); in BranchIfAccessCheckFailed() local
934 Branch(WordEqual(native_context, native_function_context), &has_access, in BranchIfAccessCheckFailed()
943 &has_access, if_noaccess); in BranchIfAccessCheckFailed()
946 Bind(&has_access); in BranchIfAccessCheckFailed()
/external/v8/src/
Dobjects.cc6937 bool has_access = true; in GetPropertyDescriptorWithInterceptor() local
6939 has_access = it->HasAccess() || JSObject::AllCanRead(it); in GetPropertyDescriptorWithInterceptor()
6943 if (has_access && it->state() == LookupIterator::INTERCEPTOR) { in GetPropertyDescriptorWithInterceptor()