Lines Matching defs:holder
127 base::Optional<JSObjectRef> holder = access_info.holder();
128 if (holder.has_value()) {
129 return jsgraph()->Constant(holder.value());
157 access_info.holder()->GetOwnDictionaryProperty(index, dependencies());
188 // First, determine if we have a constant holder to load from.
189 base::Optional<JSObjectRef> holder = access_info.holder();
191 // If {access_info} has a holder, just use it.
192 if (!holder.has_value()) {
209 holder = m.Ref(broker()).AsJSObject();
213 holder->GetOwnFastDataProperty(access_info.field_representation(),
219 Node* holder,
223 Node* storage = holder;