Index: test/mjsunit/runtime-gen/haselement.js |
diff --git a/test/mjsunit/runtime-gen/haselement.js b/test/mjsunit/runtime-gen/haselement.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..94dd9af72a538b9640b7004362c2b131d887b5ac |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/haselement.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 _receiver = new Object(); |
+var _index = 1; |
+%HasElement(_receiver, _index); |