Searched refs:HasNamedInterceptor (Results 1 – 6 of 6) sorted by relevance
635 if (object->HasNamedInterceptor()) return false; in TryPrototypeInfoCache()731 if (!object->HasNamedInterceptor()) return Just(true); in CollectInterceptorKeys()
742 DEF_GETTER(JSObject, HasNamedInterceptor, bool) { in DEF_GETTER() argument
591 DECL_GETTER(HasNamedInterceptor, bool)
817 DCHECK(!object->HasNamedInterceptor()); in SerializeJSObject()
1876 !Handle<JSObject>::cast(object)->HasNamedInterceptor()) { in Store()3375 (!receiver->HasNamedInterceptor() || in RUNTIME_FUNCTION()3380 DCHECK(interceptor_holder->HasNamedInterceptor()); in RUNTIME_FUNCTION()
4968 return i::JSObject::cast(self).HasNamedInterceptor(); in HasNamedLookupInterceptor()