Home | History | Annotate | Download | only in builtins

Lines Matching defs:new_target

1019   Node* const new_target = Parameter(2);
1025 GotoIf(IsUndefined(new_target), &if_targetisundefined);
1045 Branch(WordEqual(promise_fun, new_target), &if_targetisnotmodified,
1063 context, promise_fun, new_target);
1116 CallRuntime(Runtime::kThrowTypeError, context, message_id, new_target);