summaryrefslogtreecommitdiff
path: root/deps/v8/src/message-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/message-template.h')
-rw-r--r--deps/v8/src/message-template.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/v8/src/message-template.h b/deps/v8/src/message-template.h
index 6f85a8e31c..b1aca2c905 100644
--- a/deps/v8/src/message-template.h
+++ b/deps/v8/src/message-template.h
@@ -324,9 +324,6 @@ namespace internal {
T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \
T(InvalidTypedArrayIndex, "Invalid typed array index") \
T(InvalidTypedArrayLength, "Invalid typed array length: %") \
- T(IllegalTypeWhileStyleNarrow, \
- "When style is 'narrow', 'unit' is the only allowed value for the type " \
- "option.") \
T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \
T(LocaleMatcher, "Illegal value for localeMatcher:%") \
T(NormalizationForm, "The normalization form should be one of %.") \
@@ -417,6 +414,7 @@ namespace internal {
T(MalformedRegExp, "Invalid regular expression: /%/: %") \
T(MalformedRegExpFlags, "Invalid regular expression flags") \
T(ModuleExportUndefined, "Export '%' is not defined in module") \
+ T(MissingFunctionName, "Function statements require a function name") \
T(HtmlCommentInModule, "HTML comments are not allowed in modules") \
T(MultipleDefaultsInSwitch, \
"More than one default clause in switch statement") \