Searched refs:HasIndexedInterceptor (Results 1 – 6 of 6) sorted by relevance
642 !object->HasIndexedInterceptor() && in SerializeJSObject()
785 if (js_object->HasIndexedInterceptor()) { in GetElementWithReceiver()4038 if (object->HasIndexedInterceptor() && !isolate->bootstrapper()->IsActive()) { in GetElementAttributeWithReceiver()4880 if (object->HasIndexedInterceptor() && mode != FORCE_DELETION) { in DeleteElement()5609 DCHECK(!curr->HasIndexedInterceptor()); in IsSimpleEnum()5842 if (current->HasIndexedInterceptor()) { in GetKeys()5869 !current->HasIndexedInterceptor()); in GetKeys()11745 if (object->HasIndexedInterceptor()) return MaybeHandle<AccessorPair>(); in GetOwnElementAccessorPair()12365 return object->HasIndexedInterceptor() in SetElement()12395 object->HasIndexedInterceptor() in SetElement()
5957 if (obj->HasIndexedInterceptor()) result |= 1; in RUNTIME_FUNCTION()5987 if (obj->HasIndexedInterceptor()) { in RUNTIME_FUNCTION()10841 ->HasIndexedInterceptor()) { in RUNTIME_FUNCTION()11114 RUNTIME_ASSERT(obj->HasIndexedInterceptor()); in RUNTIME_FUNCTION()
6438 bool JSObject::HasIndexedInterceptor() { in HasIndexedInterceptor() function
1970 inline bool HasIndexedInterceptor();
3648 return Utils::OpenHandle(this)->HasIndexedInterceptor(); in HasIndexedLookupInterceptor()