Home | History | Annotate | Download | only in builtins

Lines Matching defs:message_id

252     Node* const message_id = SmiConstant(msg_template);
253 CallRuntime(Runtime::kThrowTypeError, context, message_id, method);
324 Node* const message_id =
326 CallRuntime(Runtime::kThrowTypeError, context, message_id);
820 Node* const message_id = SmiConstant(MessageTemplate::kPromiseCyclic);
822 CallRuntime(Runtime::kNewTypeError, context, message_id, result);
1115 Node* const message_id = SmiConstant(MessageTemplate::kNotAPromise);
1116 CallRuntime(Runtime::kThrowTypeError, context, message_id, new_target);
1123 Node* const message_id =
1125 CallRuntime(Runtime::kThrowTypeError, context, message_id, executor);