Searched refs:IsJSGlobalProxy (Results 1 – 17 of 17) sorted by relevance
125 if (receiver_->IsJSGlobalProxy()) { in GetStoreTarget()
643 DCHECK(!object->IsJSGlobalProxy()); in SerializeJSObject()
467 return receiver_->IsJSGlobalProxy() || receiver_->IsNullOrUndefined(isolate_); in IsToplevel()
945 DCHECK(receiver->IsJSGlobalProxy() || receiver->IsAccessCheckNeeded()); in MayAccess()955 if (receiver->IsJSGlobalProxy()) { in MayAccess()
1025 CHECK(IsJSGlobalProxy()); in JSGlobalProxyVerify()
2929 bool global_object = IsJSGlobalProxy(); in JSObjectShortPrint()3735 if (IsJSGlobalProxy()) return roots.global_string(); in class_name()4359 DCHECK(!object->IsJSGlobalProxy()); in MigrateFastToSlow()5344 if (receiver->IsJSGlobalProxy()) return Just(true); in AddDataProperty()8511 if (object->IsJSGlobalProxy()) { in PreventExtensions()8604 if (object->IsJSGlobalProxy()) { in IsExtensible()8659 if (object->IsJSGlobalProxy()) { in PreventExtensionsWithTransition()12653 if (object->IsJSGlobalProxy()) return false; in PrototypeBenefitsFromNormalization()
427 if (IsJSGlobalProxy()) { in IsAccessCheckNeeded()
1777 TNode<BoolT> IsJSGlobalProxy(SloppyTNode<HeapObject> object);
6499 if (obj->IsJSGlobalProxy()) { in HasInstance()
5504 TNode<BoolT> CodeStubAssembler::IsJSGlobalProxy( in IsJSGlobalProxy() function in v8::internal::CodeStubAssembler
232 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) { in LookupForRead()1312 if (receiver->IsJSGlobalProxy()) { in LookupForWrite()2024 !object->IsAccessCheckNeeded() && !object->IsJSGlobalProxy(); in Store()2327 DCHECK(receiver->IsJSGlobalProxy()); in RUNTIME_FUNCTION()2722 if (receiver->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
798 GotoIfNot(IsJSGlobalProxy(receiver), miss); in EmitAccessCheck()
236 CHECK(!obj->IsJSGlobalProxy() && !obj->IsJSGlobalObject()); in SerializeObject()
74 if (!receiver_obj->IsJSGlobalProxy() && in KeyedGetObjectProperty()498 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
658 CHECK(!array->IsJSGlobalProxy()); in RUNTIME_FUNCTION()
155 if (result->IsJSGlobalProxy()) { in Evaluate()
875 if (obj->IsJSGlobalProxy()) { in ExtractReferences()1965 if (!proxy->IsJSGlobalProxy()) continue; in VisitRootPointers()