Lines Matching refs:holder
245 void NextInternal(Map map, JSReceiver holder);
247 inline State LookupInHolder(Map map, JSReceiver holder) {
249 ? LookupInSpecialHolder<is_element>(map, holder)
250 : LookupInRegularHolder<is_element>(map, holder);
253 State LookupInRegularHolder(Map map, JSReceiver holder);
255 State LookupInSpecialHolder(Map map, JSReceiver holder);
271 bool SkipInterceptor(JSObject holder);
273 inline InterceptorInfo GetInterceptor(JSObject holder) const;
292 State NotFound(JSReceiver const holder) const;
344 // read from the same holder, but this function is implemented defensively to
348 JSObject holder, FixedArrayBase elements, ElementsKind elements_kind,
360 // LookupIterator it(holder, isolate, name, LookupIterator::OWN);
365 Handle<JSGlobalObject> holder, Handle<Name> name);