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

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

Issue 450303003: Tag all prototypes as proto, except those set using __proto__ (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove is_shared from Map Created 6 years, 4 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 | « src/v8natives.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/internalsetprototype.js
diff --git a/test/mjsunit/runtime-gen/setprototype.js b/test/mjsunit/runtime-gen/internalsetprototype.js
similarity index 85%
copy from test/mjsunit/runtime-gen/setprototype.js
copy to test/mjsunit/runtime-gen/internalsetprototype.js
index 6353151f4e421aa900c71a1131288f1b47619838..1bc67d38268ea8d58308f619874e202e505f0130 100644
--- a/test/mjsunit/runtime-gen/setprototype.js
+++ b/test/mjsunit/runtime-gen/internalsetprototype.js
@@ -3,4 +3,4 @@
// Flags: --allow-natives-syntax --harmony --harmony-proxies
var _obj = new Object();
var _prototype = new Object();
-%SetPrototype(_obj, _prototype);
+%InternalSetPrototype(_obj, _prototype);
« no previous file with comments | « src/v8natives.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698