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/
H A 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/
H A Dasm-js.cc121 MessageTemplate message_template, in Report()
127 isolate, message_template, &location, text_object, in Report()
120 Report(Handle<Script> script, int position, base::Vector<const char> text, MessageTemplate message_template, v8::Isolate::MessageErrorLevel level) Report() argument

Completed in 3 milliseconds