Index: test/mjsunit/runtime-gen/stringmatch.js |
diff --git a/test/mjsunit/runtime-gen/stringmatch.js b/test/mjsunit/runtime-gen/stringmatch.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c0d5626c82f8345cf641a2766709a8b60be97fc2 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/stringmatch.js |
@@ -0,0 +1,7 @@ |
+// Copyright 2014 the V8 project authors. All rights reserved. |
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
+// Flags: --allow-natives-syntax --harmony |
+var _subject = "foo"; |
+var _regexp = /ab/g; |
+var _regexp_info = new Array(); |
+%StringMatch(_subject, _regexp, _regexp_info); |