Index: test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.js |
diff --git a/test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.js b/test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddf2da36f6ceb8042408e912d1c1166c825b7c5e |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.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 _input = new Object(); |
+var _type = "foo"; |
+var _impl = new Object(); |
+%MarkAsInitializedIntlObjectOfType(_input, _type, _impl); |