Lines Matching refs:iterated_object
6245 Node* iterated_object = NodeProperties::GetValueInput(iterator, 0);
6248 MapInference inference(broker(), iterated_object, iterator_effect);
6285 // Bail out if the {iterated_object}s JSArrayBuffer was detached.
6288 iterated_object, effect, control);
6307 // {iterated_object} is either a JSArray or a JSTypedArray. For the
6318 // Load the elements of the {iterated_object}. While it feels
6321 // is out of bounds for the {iterated_object}), it's better this
6326 iterated_object, effect, control);
6328 // Load the length of the {iterated_object}. Due to the map checks we
6336 simplified()->LoadField(length_access), iterated_object, effect, control);
6338 // Check whether {index} is within the valid range for the {iterated_object}.
6367 iterated_object, etrue, if_true);
6371 iterated_object, etrue, if_true);
6388 iterated_object, etrue, if_true);