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

Side by Side Diff: test/inspector/debugger/stepping-and-break-program-api-expected.txt

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: ac Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 Checks that stepping is cleared after breakProgram. 1 Checks that stepping is cleared after breakProgram.
2 paused at: 2 paused at:
3 function callBreakProgram() { 3 function callBreakProgram() {
4 #debugger; 4 #debugger;
5 breakProgram('reason', ''); 5 inspector.breakProgram('reason', '');
6 6
7 paused at: 7 paused at:
8 debugger; 8 debugger;
9 #breakProgram('reason', ''); 9 #inspector.breakProgram('reason', '');
10 } 10 }
11 11
12 paused at: 12 paused at:
13 debugger; 13 debugger;
14 #breakProgram('reason', ''); 14 inspector.#breakProgram('reason', '');
15 } 15 }
16 16
17 paused at: 17 paused at:
18 #debugger; 18 #debugger;
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698