Index: test/mjsunit/runtime-gen/havesamemap.js |
diff --git a/test/mjsunit/runtime-gen/havesamemap.js b/test/mjsunit/runtime-gen/havesamemap.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..54d55308175f1c3a93a7c477c83c74bd74abe7c9 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/havesamemap.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 _obj1 = new Object(); |
+var _obj2 = new Object(); |
+%HaveSameMap(_obj1, _obj2); |