Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2162)

Unified Diff: test/mjsunit/runtime-gen/setproperty.js

Issue 351853005: Split SetProperty(...attributes, strictmode) into AddProperty(...attributes) and SetProperty(...… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/runtime-gen/setaccessorproperty.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/setproperty.js
diff --git a/test/mjsunit/runtime-gen/setproperty.js b/test/mjsunit/runtime-gen/setproperty.js
index bec3ad8575e6102027507734f2520c1fc868a35a..396b0e7039b0bdafadcf24643bc1260c759d0db6 100644
--- a/test/mjsunit/runtime-gen/setproperty.js
+++ b/test/mjsunit/runtime-gen/setproperty.js
@@ -4,6 +4,5 @@
var _object = new Object();
var _key = new Object();
var _value = new Object();
-var _unchecked_attributes = 1;
var _strict_mode_arg = 1;
-%SetProperty(_object, _key, _value, _unchecked_attributes, _strict_mode_arg);
+%SetProperty(_object, _key, _value, _strict_mode_arg);
« no previous file with comments | « test/mjsunit/runtime-gen/setaccessorproperty.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698