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

Unified Diff: test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.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/addproperty.js ('k') | test/mjsunit/runtime-gen/definedatapropertyunchecked.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js
diff --git a/test/mjsunit/runtime-gen/defineorredefineaccessorproperty.js b/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js
similarity index 81%
rename from test/mjsunit/runtime-gen/defineorredefineaccessorproperty.js
rename to test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js
index 5eb6f24051a046e16fe5ef1e6ac74adb8fd37966..0155ee9b7417219a71b217f3d622ff3f15bb1f7f 100644
--- a/test/mjsunit/runtime-gen/defineorredefineaccessorproperty.js
+++ b/test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js
@@ -6,4 +6,4 @@ var _name = "name";
var arg2 = function() {};
var arg3 = function() {};
var arg4 = 2;
-%DefineOrRedefineAccessorProperty(_obj, _name, arg2, arg3, arg4);
+%DefineAccessorPropertyUnchecked(_obj, _name, arg2, arg3, arg4);
« no previous file with comments | « test/mjsunit/runtime-gen/addproperty.js ('k') | test/mjsunit/runtime-gen/definedatapropertyunchecked.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698