Home
last modified time | relevance | path

Searched refs:message_template (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc220 MessageTemplate message_template = MessageTemplateFromInt(template_index); in RUNTIME_FUNCTION() local
221 return *isolate->factory()->NewError(message_template, arg0); in RUNTIME_FUNCTION()
235 MessageTemplate message_template = MessageTemplateFromInt(template_index); in RUNTIME_FUNCTION() local
251 return *isolate->factory()->NewTypeError(message_template, arg0, arg1, arg2); in RUNTIME_FUNCTION()
259 MessageTemplate message_template = MessageTemplateFromInt(template_index); in RUNTIME_FUNCTION() local
260 return *isolate->factory()->NewReferenceError(message_template, arg0); in RUNTIME_FUNCTION()
268 MessageTemplate message_template = MessageTemplateFromInt(template_index); in RUNTIME_FUNCTION() local
269 return *isolate->factory()->NewSyntaxError(message_template, arg0); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/asmjs/
Dasm-js.cc121 MessageTemplate message_template, in Report() argument
127 isolate, message_template, &location, text_object, in Report()