Searched refs:has_access (Results 1 – 2 of 2) sorted by relevance
909 Label has_access(this), call_runtime(this, Label::kDeferred); in BranchIfAccessCheckFailed() local934 Branch(WordEqual(native_context, native_function_context), &has_access, in BranchIfAccessCheckFailed()943 &has_access, if_noaccess); in BranchIfAccessCheckFailed()946 Bind(&has_access); in BranchIfAccessCheckFailed()
6937 bool has_access = true; in GetPropertyDescriptorWithInterceptor() local6939 has_access = it->HasAccess() || JSObject::AllCanRead(it); in GetPropertyDescriptorWithInterceptor()6943 if (has_access && it->state() == LookupIterator::INTERCEPTOR) { in GetPropertyDescriptorWithInterceptor()