Searched refs:own_lookup (Results 1 – 1 of 1) sorted by relevance
4372 LookupIterator own_lookup = in SetSuperProperty() local4376 for (; own_lookup.IsFound(); own_lookup.Next()) { in SetSuperProperty()4377 switch (own_lookup.state()) { in SetSuperProperty()4379 if (!own_lookup.HasAccess()) { in SetSuperProperty()4380 return JSObject::SetPropertyWithFailedAccessCheck(&own_lookup, value, in SetSuperProperty()4386 if (own_lookup.GetAccessors()->IsAccessorInfo()) { in SetSuperProperty()4387 if (own_lookup.IsReadOnly()) { in SetSuperProperty()4388 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty()4390 return JSObject::SetPropertyWithAccessor(&own_lookup, value, in SetSuperProperty()4399 if (own_lookup.IsReadOnly()) { in SetSuperProperty()[all …]