Index: test/mjsunit/runtime-gen/finisharrayprototypesetup.js |
diff --git a/test/mjsunit/runtime-gen/finisharrayprototypesetup.js b/test/mjsunit/runtime-gen/finisharrayprototypesetup.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6ced9978e0cc3ec59314b63a42a71b55f8069f6b |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/finisharrayprototypesetup.js |
@@ -0,0 +1,5 @@ |
+// 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 _prototype = new Array(); |
+%FinishArrayPrototypeSetup(_prototype); |