Lines Matching defs:target
42 Node* target() {
68 // - JSCallConstruct: Includes target function and new target.
69 // - JSCallFunction: Includes target function and receiver.
151 // new target value, argument count, context, effect or control.
165 // The projection is requesting the new target value.
283 // calls whenever the target is a constant function object, as follows:
284 // - JSCallFunction(target:constant, receiver, args...)
285 // - JSCallConstruct(target:constant, args..., new.target)
449 jsgraph_->javascript()->Create(), call.target(), call.new_target(),
471 new_target = call.new_target(); // Retrieve new target value input.
472 node->RemoveInput(call.formal_arguments() + 1); // Drop new target.
505 // count (i.e. value outputs of start node minus target, receiver, new target,