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

Unified Diff: test/mjsunit/debug-script.js

Issue 6639024: Get rid of distinction between below- and above-watermark in page allocation.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 9 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
« src/spaces.h ('K') | « test/cctest/test-threads.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-script.js
===================================================================
--- test/mjsunit/debug-script.js (revision 7100)
+++ test/mjsunit/debug-script.js (working copy)
@@ -41,6 +41,7 @@
if (scripts[i].type == Debug.ScriptType.Native) {
if (scripts[i].name) {
named_native_count++;
+ print(scripts[i].name);
Vyacheslav Egorov (Chromium) 2011/03/15 09:20:09 please remove
Erik Corry 2011/03/17 13:39:17 Done.
}
} else if (scripts[i].type == Debug.ScriptType.Extension) {
extension_count++;
« src/spaces.h ('K') | « test/cctest/test-threads.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698