Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a3f1130e93e1eda28c3af24bc6cd8771a2632e2e..3d5a25485775b60a1add27f6cec07cee2e3b36ce 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6646,6 +6646,7 @@ class JSRegExp: public JSObject { |
inline Object* DataAtUnchecked(int index); |
inline void SetDataAtUnchecked(int index, Object* value, Heap* heap); |
inline Type TypeTagUnchecked(); |
+ inline void ResetLastIndex(); |
static int code_index(bool is_ascii) { |
if (is_ascii) { |