Home | History | Annotate | Download | only in src

Lines Matching refs:IsJSProxy

714   return isolate->heap()->ToBoolean(obj->IsJSProxy());
1868 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) {
1880 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) {
3144 !object->IsJSProxy());
5142 if (object->IsJSProxy()) {
9430 IsJSProxy()) {
9440 : object->IsJSProxy() ? static_cast<Object*>(*object)
10839 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy() ||
15009 if (obj->IsJSProxy()) return isolate->heap()->undefined_value();
15303 Smi* new_cache_type = Smi::FromInt(object->IsJSProxy() ? 0 : 1);