Index: test/mjsunit/runtime-gen/isjsproxy.js |
diff --git a/test/mjsunit/runtime-gen/isjsproxy.js b/test/mjsunit/runtime-gen/isjsproxy.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..477dacc72f06c8f05f5e03bb54bb1903351d9b9d |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/isjsproxy.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 _obj = new Object(); |
+%IsJSProxy(_obj); |