summaryrefslogtreecommitdiff
path: root/deps/v8/src/common/message-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/common/message-template.h')
-rw-r--r--deps/v8/src/common/message-template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/common/message-template.h b/deps/v8/src/common/message-template.h
index c4edee4921..b7bbc6da84 100644
--- a/deps/v8/src/common/message-template.h
+++ b/deps/v8/src/common/message-template.h
@@ -318,6 +318,7 @@ namespace internal {
T(BigIntDivZero, "Division by zero") \
T(BigIntNegativeExponent, "Exponent must be positive") \
T(BigIntTooBig, "Maximum BigInt size exceeded") \
+ T(CantSetOptionXWhenYIsUsed, "Can't set option % when % is used") \
T(DateRange, "Provided date is not in valid range.") \
T(ExpectedLocation, \
"Expected letters optionally connected with underscores or hyphens for " \
@@ -562,6 +563,7 @@ namespace internal {
T(WasmTrapNullDereference, "dereferencing a null pointer") \
T(WasmTrapIllegalCast, "illegal cast") \
T(WasmTrapArrayOutOfBounds, "array element access out of bounds") \
+ T(WasmTrapWasmJSFunction, "cannot call WebAssembly.Function with call_ref") \
T(WasmExceptionError, "wasm exception") \
/* Asm.js validation related */ \
T(AsmJsInvalid, "Invalid asm.js: %") \