Home | History | Annotate | Download | only in compiler

Lines Matching defs:new_target

121                             Handle<JSFunction> new_target) {
122 return new_target->has_initial_map() &&
123 new_target->initial_map()->constructor_or_backpointer() == *target;
239 Node* const new_target = NodeProperties::GetValueInput(node, 1);
240 Type* const new_target_type = NodeProperties::GetType(new_target);
719 Node* new_target = NodeProperties::GetValueInput(node, 1);
725 if (target != new_target) return NoChange();