Index: test/mjsunit/runtime-gen/isinprototypechain.js |
diff --git a/test/mjsunit/runtime-gen/isinprototypechain.js b/test/mjsunit/runtime-gen/isinprototypechain.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fbc476b56d018419acbc56cfed951ce02dbcf3c4 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/isinprototypechain.js |
@@ -0,0 +1,6 @@ |
+// 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 _O = new Object(); |
+var _V = new Object(); |
+%IsInPrototypeChain(_O, _V); |