Searched refs:own_lookup (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 2667 LookupIterator own_lookup = in SetSuperProperty() local 2671 for (; own_lookup.IsFound(); own_lookup.Next()) { in SetSuperProperty() 2672 switch (own_lookup.state()) { in SetSuperProperty() 2674 if (!own_lookup.HasAccess()) { in SetSuperProperty() 2675 return JSObject::SetPropertyWithFailedAccessCheck(&own_lookup, value, in SetSuperProperty() 2681 if (own_lookup.GetAccessors()->IsAccessorInfo()) { in SetSuperProperty() 2682 if (own_lookup.IsReadOnly()) { in SetSuperProperty() 2683 return WriteToReadOnlyProperty(&own_lookup, value, should_throw); in SetSuperProperty() 2685 return Object::SetPropertyWithAccessor(&own_lookup, valu in SetSuperProperty() [all...] |
H A D | js-objects.cc | 3570 LookupIterator own_lookup = in DefineOwnPropertyIgnoreAttributes() local 3574 &own_lookup, value, attributes, should_throw, handling, semantics, in DefineOwnPropertyIgnoreAttributes()
|
Completed in 20 milliseconds