Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 3f3ecce134895b3005d15b45ca2d4f69c568b5db..4a6b978f6bd5910b6bfdc6ab6802acce2a3b3a07 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -654,6 +654,7 @@ class ErrorUtils : public AllStatic { |
T(YieldInParameter, "Yield expression not allowed in formal parameter") \ |
/* EvalError */ \ |
T(CodeGenFromStrings, "%") \ |
+ T(ReadOnlyDebugEvaluate, "debug-evaluate may cause side-effects") \ |
jgruber
2017/01/10 12:46:38
I'd rephrase this as 'Encountered possible side-ef
Yang
2017/01/10 14:14:06
Done.
|
/* URIError */ \ |
T(URIMalformed, "URI malformed") \ |
/* Wasm errors (currently Error) */ \ |