Lines Matching refs:LookupIterator
56 LookupIterator it(isolate, receiver, name, receiver); in OBJECT_CONSTRUCTORS_IMPL()
64 LookupIterator it(isolate, receiver, index, receiver); in GetElement()
71 LookupIterator it(object->GetIsolate(), object, name, object, in GetDataProperty()
72 LookupIterator::PROTOTYPE_CHAIN_SKIP_INTERCEPTOR); in GetDataProperty()
710 LookupIterator::Key key(isolate, name); in HasProperty()
711 LookupIterator it(isolate, object, key, object); in HasProperty()
720 LookupIterator it(object->GetIsolate(), object, index, object, in HasOwnProperty()
721 LookupIterator::OWN); in HasOwnProperty()
734 LookupIterator::Key key(isolate, name); in GetPropertyAttributes()
735 LookupIterator it(isolate, object, key, object); in GetPropertyAttributes()
742 LookupIterator::Key key(isolate, name); in GetOwnPropertyAttributes()
743 LookupIterator it(isolate, object, key, object, LookupIterator::OWN); in GetOwnPropertyAttributes()
749 LookupIterator it(object->GetIsolate(), object, index, object, in GetOwnPropertyAttributes()
750 LookupIterator::OWN); in GetOwnPropertyAttributes()
755 LookupIterator it(object->GetIsolate(), object, index, object); in HasElement()
762 LookupIterator it(isolate, object, index, object); in GetElementAttributes()
769 LookupIterator it(isolate, object, index, object, LookupIterator::OWN); in GetOwnElementAttributes()