Home
last modified time | relevance | path

Searched refs:IsJSProxy (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Dprototype.h95 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()
Dlookup.cc404 if (current->IsJSProxy()) { in InternalHolderIsReceiverOrHiddenPrototype()
411 DCHECK(!current->IsJSProxy()); in InternalHolderIsReceiverOrHiddenPrototype()
Dobjects.cc628 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 …]
Dobjects-debug.cc837 CHECK(IsJSProxy()); in JSProxyVerify()
Dbuiltins.cc207 if (iter->GetCurrent()->IsJSProxy()) return false; in PrototypeHasNoElements()
1097 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in IterateElements()
Dobjects-inl.h706 bool Object::IsJSProxy() const { in IsJSProxy() function
7167 return object->IsJSProxy() in GetOrCreateIdentityHash()
7174 return IsJSProxy() in GetIdentityHash()
Dapi.cc2777 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy()
/external/v8/src/runtime/
Druntime-observe.cc30 if (obj->IsJSProxy()) return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
Druntime-array.cc214 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy() || in RUNTIME_FUNCTION()
444 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) { in RUNTIME_FUNCTION()
Druntime-proxy.cc148 return isolate->heap()->ToBoolean(obj->IsJSProxy()); in RUNTIME_FUNCTION()
Druntime.h522 F(IsJSProxy, 1, 1) \
Druntime-scopes.cc1075 : object->IsJSProxy() ? static_cast<Object*>(*object) in LoadLookupSlotHelper()
Druntime-object.cc667 } else if (object->IsJSProxy()) { in RUNTIME_FUNCTION()
/external/v8/src/full-codegen/
Dfull-codegen.h478 F(IsJSProxy) \
/external/v8/src/ic/
Dic.cc1534 if (MigrateDeprecated(object) || object->IsJSProxy()) { in Store()
/external/v8/src/crankshaft/
Dhydrogen.h2201 F(IsJSProxy) \