Index: test/mjsunit/runtime-gen/stringbuilderjoin.js |
diff --git a/test/mjsunit/runtime-gen/stringbuilderjoin.js b/test/mjsunit/runtime-gen/stringbuilderjoin.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f0506c04937f40cc80d79434e871a12ace67925b |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/stringbuilderjoin.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 arg0 = ['a', 'b']; |
+var arg1 = 4; |
+var _separator = "foo"; |
+%StringBuilderJoin(arg0, arg1, _separator); |