| 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..927a6707b35d77a11ac0438a46529d026095e73d
|
| --- /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 arg2 = ['a', 'b'];
|
| +%StringMatch(_subject, _regexp, arg2);
|
|
|