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

Unified Diff: test/mjsunit/debug-stepin-constructor.js

Issue 173349: Reverting 2753. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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/x64/stub-cache-x64.cc ('k') | test/mjsunit/simple-constructor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-stepin-constructor.js
===================================================================
--- test/mjsunit/debug-stepin-constructor.js (revision 2753)
+++ test/mjsunit/debug-stepin-constructor.js (working copy)
@@ -59,10 +59,6 @@
break_break_point_hit_count = 0;
f();
assertEquals(5, break_break_point_hit_count);
-f();
-assertEquals(10, break_break_point_hit_count);
-f();
-assertEquals(15, break_break_point_hit_count);
// Test step into constructor with builtin constructor.
function g() {
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | test/mjsunit/simple-constructor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698