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

Unified Diff: test/mjsunit/debug-stepin-accessor-ic.js

Issue 1768973002: [debugger] break at each initialization in a multiple var declaration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/mjsunit/debug-multiple-var-decl.js ('k') | test/mjsunit/es6/debug-stepin-string-template.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-stepin-accessor-ic.js
diff --git a/test/mjsunit/debug-stepin-accessor-ic.js b/test/mjsunit/debug-stepin-accessor-ic.js
index 66c0580fd6adb4b659c4843c4f99aec40128dda7..5599d7a1fc8d7b432a9cd291ee30d7fa3f4dc031 100644
--- a/test/mjsunit/debug-stepin-accessor-ic.js
+++ b/test/mjsunit/debug-stepin-accessor-ic.js
@@ -45,5 +45,5 @@ debugger; // Break
f(); // Break
Debug.setListener(null); // Break
-assertEquals(86, break_count);
+assertEquals(87, break_count);
assertNull(exception);
« no previous file with comments | « test/mjsunit/debug-multiple-var-decl.js ('k') | test/mjsunit/es6/debug-stepin-string-template.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698