Lines Matching refs:TEMPLATE
123 T(DuplicateTemplateProperty, "Object template has duplicate property '%'") \
433 "Octal literals are not allowed in template strings.") \
464 T(UnexpectedTemplateString, "Unexpected template string") \
473 T(UnterminatedTemplate, "Unterminated template literal") \
474 T(UnterminatedTemplateExpr, "Missing } in template expression") \
496 enum Template {
497 #define TEMPLATE(NAME, STRING) k##NAME,
498 MESSAGE_TEMPLATES(TEMPLATE)
499 #undef TEMPLATE
521 Isolate* isolate, MessageTemplate::Template type,