Lines Matching refs:new_target
65 Node* new_target() const { return JSConstructNode{call_}.new_target(); }
88 Reduction JSInliner::InlineJSWasmCall(Node* call, Node* new_target,
95 call, new_target, context, frame_state, start, end, exception_target,
101 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context,
119 // {inliner_inputs} counts the target, receiver/new_target, and arguments; but
137 Replace(use, new_target);
458 Node* new_target = jsgraph()->UndefinedConstant();
460 return InlineJSWasmCall(node, new_target, context, frame_state, start, end,
615 Node* new_target = jsgraph()->UndefinedConstant();
622 new_target = n.new_target();
642 graph()->NewNode(javascript()->Create(), call.target(), new_target,
728 return InlineCall(node, new_target, context, frame_state, start, end,