Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index d0f057fde630282c7eece8e7e3cc344f5ef8a0d4..bb88134f7cecd3ac3eeeba62356d4a7aa01287c7 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -418,6 +418,7 @@ |
T(ReduceNoInitial, "Reduce of empty array with no initial value") \ |
T(RegExpFlags, \ |
"Cannot supply flags when constructing one RegExp from another") \ |
+ T(RegExpNonObject, "% getter called on non-object %") \ |
T(RegExpNonRegExp, "% getter called on non-RegExp object") \ |
T(ReinitializeIntl, "Trying to re-initialize % object.") \ |
T(ResolvedOptionsCalledOnNonObject, \ |