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

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

Issue 291153005: Consistently say 'own' property (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add new files Created 6 years, 7 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/getownelementnames.js ('k') | test/mjsunit/runtime-gen/haslocalproperty.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/getownpropertynames.js
diff --git a/test/mjsunit/runtime-gen/getlocalpropertynames.js b/test/mjsunit/runtime-gen/getownpropertynames.js
similarity index 83%
rename from test/mjsunit/runtime-gen/getlocalpropertynames.js
rename to test/mjsunit/runtime-gen/getownpropertynames.js
index 2a93868a1a5e779d2e2330a37f2254633f225668..f05268f77820cae2a3e2aab1501cd20aecb3e247 100644
--- a/test/mjsunit/runtime-gen/getlocalpropertynames.js
+++ b/test/mjsunit/runtime-gen/getownpropertynames.js
@@ -3,4 +3,4 @@
// Flags: --allow-natives-syntax --harmony
var _obj = new Object();
var _filter_value = 1;
-%GetLocalPropertyNames(_obj, _filter_value);
+%GetOwnPropertyNames(_obj, _filter_value);
« no previous file with comments | « test/mjsunit/runtime-gen/getownelementnames.js ('k') | test/mjsunit/runtime-gen/haslocalproperty.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698