Lines Matching refs:IsJSProxy
844 if (object->IsJSProxy()) { in IsArray()
3136 if (!receiver->IsJSProxy() && receiver->map()->new_target_is_base() && in GetConstructorName()
4520 if (it->GetReceiver()->IsJSProxy() && it->GetName()->IsPrivate()) { in AddDataProperty()
5162 if (target->IsJSProxy() && JSProxy::cast(*target)->IsRevoked()) { in New()
5171 if (handler->IsJSProxy() && JSProxy::cast(*handler)->IsRevoked()) { in New()
5257 if (receiver->IsJSProxy()) { in GetFunctionRealm()
5350 DCHECK(!object->IsJSProxy()); in AddProperty()
5960 if (it->GetReceiver()->IsJSProxy()) { in DeleteProperty()
6164 if (object->IsJSProxy()) { in DefineOwnProperty()
7000 if (it->IsFound() && it->GetHolder<JSReceiver>()->IsJSProxy()) { in GetOwnPropertyDescriptor()
7411 if (object->IsJSProxy()) { in PreventExtensions()
7517 if (object->IsJSProxy()) { in IsExtensible()
8333 if (iter.GetCurrent()->IsJSProxy()) return true; in DictionaryElementsInPrototypeChainOnly()
12187 if (maybe_proto->IsJSProxy()) return; in LazyRegisterPrototypeUser()
15066 if (object->IsJSProxy()) { in SetPrototype()
19546 if (iter.GetCurrent<Object>()->IsJSProxy()) return true; in HasProxyInPrototype()