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

Side by Side Diff: test/inspector/debugger/step-snapshot-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 Embedding script 'function c(f, ...args) { return f(...args); }' 1 Embedding script 'function c(f, ...args) { return f(...args); }'
2 Tests that stepping works on snapshotted function
2 paused 3 paused
3 } 4 }
4 #debugger; 5 #debugger;
5 c(f, 2); 6 c(f, 2);
6 7
7 paused 8 paused
8 debugger; 9 debugger;
9 #c(f, 2); 10 #c(f, 2);
10 } 11 }
11 12
(...skipping 12 matching lines...) Expand all
24 25
25 paused 26 paused
26 function c(f, ...args) { return f(...args); #} 27 function c(f, ...args) { return f(...args); #}
27 28
28 paused 29 paused
29 c(f, 2); 30 c(f, 2);
30 #} 31 #}
31 32
32 paused 33 paused
33 test(#) 34 test(#)
35
OLDNEW
« no previous file with comments | « test/inspector/debugger/step-snapshot.js ('k') | test/inspector/debugger/stepping-after-get-possible-breakpoints.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698