Searched refs:IsJSProxy (Results 1 – 16 of 16) sorted by relevance
95 if (handle_.is_null() && object_->IsJSProxy()) { in Advance()99 } else if (!handle_.is_null() && handle_->IsJSProxy()) { in Advance()128 DCHECK(!(handle_.is_null() && object_->IsJSProxy())); in AdvanceFollowingProxies()134 if (handle_.is_null() || !handle_->IsJSProxy()) { in AdvanceFollowingProxies()
404 if (current->IsJSProxy()) { in InternalHolderIsReceiverOrHiddenPrototype()411 DCHECK(!current->IsJSProxy()); in InternalHolderIsReceiverOrHiddenPrototype()
628 if (object->IsJSProxy()) { in IsArray()2531 if (!receiver->IsJSProxy() && receiver->map()->new_target_is_base() && in GetConstructorName()4160 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in SetProperty()4178 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in SetSuperProperty()4430 DCHECK(!it->GetReceiver()->IsJSProxy()); in AddDataProperty()5041 if (target->IsJSProxy() && JSProxy::cast(*target)->IsRevoked()) { in New()5050 if (handler->IsJSProxy() && JSProxy::cast(*handler)->IsRevoked()) { in New()5098 if (receiver->IsJSProxy()) { in GetFunctionRealm()5193 DCHECK(!object->IsJSProxy()); in AddProperty()6233 if (it->GetReceiver()->IsJSProxy()) { in DeleteProperty()[all …]
837 CHECK(IsJSProxy()); in JSProxyVerify()
207 if (iter->GetCurrent()->IsJSProxy()) return false; in PrototypeHasNoElements()1097 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in IterateElements()
706 bool Object::IsJSProxy() const { in IsJSProxy() function7167 return object->IsJSProxy() in GetOrCreateIdentityHash()7174 return IsJSProxy() in GetIdentityHash()
2777 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy()
30 if (obj->IsJSProxy()) return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
214 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy() || in RUNTIME_FUNCTION()444 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in RUNTIME_FUNCTION()
148 return isolate->heap()->ToBoolean(obj->IsJSProxy()); in RUNTIME_FUNCTION()
522 F(IsJSProxy, 1, 1) \
1075 : object->IsJSProxy() ? static_cast<Object*>(*object) in LoadLookupSlotHelper()
667 } else if (object->IsJSProxy()) { in RUNTIME_FUNCTION()
478 F(IsJSProxy) \
1534 if (MigrateDeprecated(object) || object->IsJSProxy()) { in Store()
2201 F(IsJSProxy) \