Index: test/mjsunit/runtime-gen/stringlastindexof.js |
diff --git a/test/mjsunit/runtime-gen/stringlastindexof.js b/test/mjsunit/runtime-gen/stringlastindexof.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1d142ddaae9cacb5b9cf29ebd11c44752d04c0bb |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/stringlastindexof.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(); |
+%StringLastIndexOf(_sub, _pat, _index); |