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

Unified Diff: test/mjsunit/runtime-gen/ownkeys.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/localkeys.js ('k') | test/mjsunit/tools/tickprocessor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/ownkeys.js
diff --git a/test/mjsunit/runtime-gen/localkeys.js b/test/mjsunit/runtime-gen/ownkeys.js
similarity index 89%
rename from test/mjsunit/runtime-gen/localkeys.js
rename to test/mjsunit/runtime-gen/ownkeys.js
index 01861776f7b56be6438f77471a40b07c181b5242..7e4220d2b56fea58bf20e928ac61215e124a7890 100644
--- a/test/mjsunit/runtime-gen/localkeys.js
+++ b/test/mjsunit/runtime-gen/ownkeys.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _raw_object = new Object();
-%LocalKeys(_raw_object);
+%OwnKeys(_raw_object);
« no previous file with comments | « test/mjsunit/runtime-gen/localkeys.js ('k') | test/mjsunit/tools/tickprocessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698