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

Unified Diff: test/mjsunit/runtime-gen/defineaccessorproperty.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
Index: test/mjsunit/runtime-gen/defineaccessorproperty.js
diff --git a/test/mjsunit/runtime-gen/setaccessorproperty.js b/test/mjsunit/runtime-gen/defineaccessorproperty.js
similarity index 81%
rename from test/mjsunit/runtime-gen/setaccessorproperty.js
rename to test/mjsunit/runtime-gen/defineaccessorproperty.js
index bcf2a348e57d64df1f6f2e242b0fe06cad309cfc..825b424a032035d12e8e21e3139e901810ce1ab7 100644
--- a/test/mjsunit/runtime-gen/setaccessorproperty.js
+++ b/test/mjsunit/runtime-gen/defineaccessorproperty.js
@@ -6,4 +6,4 @@ var _name = "name";
var arg2 = undefined;
var arg3 = undefined;
var _attribute = 1;
-%SetAccessorProperty(_object, _name, arg2, arg3, _attribute);
+%DefineAccessorProperty(_object, _name, arg2, arg3, _attribute);

Powered by Google App Engine
This is Rietveld 408576698