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

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

Issue 2836623002: [inspector] always include user scripts in the snapshot. (Closed)
Patch Set: rebase 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
« no previous file with comments | « test/inspector/debugger/step-snapshot.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Embedding script 'function c(f, ...args) { return f(...args); }'
2 paused
3 }
4 #debugger;
5 c(f, 2);
6
7 paused
8 debugger;
9 #c(f, 2);
10 }
11
12 paused
13 function c(f, ...args) { #return f(...args); }
14
15 paused
16 function f(x) {
17 #return x * 2;
18 }
19
20 paused
21 return x * 2;
22 #}
23 debugger;
24
25 paused
26 function c(f, ...args) { return f(...args); #}
27
28 paused
29 c(f, 2);
30 #}
31
32 paused
33 test(#)
OLDNEW
« no previous file with comments | « test/inspector/debugger/step-snapshot.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698