Index: test/mjsunit/runtime-gen/typedarraysetfastcases.js |
diff --git a/test/mjsunit/runtime-gen/typedarraysetfastcases.js b/test/mjsunit/runtime-gen/typedarraysetfastcases.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..99405746f068df13255bfb7dceefcb0e646361ab |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/typedarraysetfastcases.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 _target_obj = new Int32Array(2); |
+var _source_obj = new Int32Array(2); |
+var arg2 = 0; |
+%TypedArraySetFastCases(_target_obj, _source_obj, arg2); |