Index: test/mjsunit/runtime-gen/stringindexof.js |
diff --git a/test/mjsunit/runtime-gen/stringindexof.js b/test/mjsunit/runtime-gen/stringindexof.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5ee0e3855cb4ddbd792813b6cd27af2cfba7ca3e |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/stringindexof.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 _sub = "foo"; |
+var _pat = "foo"; |
+var _index = new Object(); |
+%StringIndexOf(_sub, _pat, _index); |