Index: test/mjsunit/runtime-gen/putownproperty.js |
diff --git a/test/mjsunit/runtime-gen/sethiddenproperty.js b/test/mjsunit/runtime-gen/putownproperty.js |
similarity index 77% |
copy from test/mjsunit/runtime-gen/sethiddenproperty.js |
copy to test/mjsunit/runtime-gen/putownproperty.js |
index 305046a0c8d89f57868e3e01fb0966a0bb2245a2..b28c6322045042efea41a2dd5329a3795aa573be 100644 |
--- a/test/mjsunit/runtime-gen/sethiddenproperty.js |
+++ b/test/mjsunit/runtime-gen/putownproperty.js |
@@ -2,6 +2,6 @@ |
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
// Flags: --allow-natives-syntax --harmony |
var _object = new Object(); |
-var _key = "foo"; |
+var _key = new Object(); |
var _value = new Object(); |
-%SetHiddenProperty(_object, _key, _value); |
+%PutOwnProperty(_object, _key, _value); |