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

Side by Side Diff: test/inspector/debugger/script-on-after-compile-expected.txt

Issue 2465833002: [debugger] simplify fetching scripts for inspector. (Closed)
Patch Set: add comment Created 4 years, 1 month 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/script-on-after-compile.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks that inspector correctly process compiled scripts 1 Checks that inspector correctly process compiled scripts
2 scriptParsed 2 scriptParsed
3 { 3 {
4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl> 4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl>
5 } 5 }
6 { 6 {
7 endColumn : 0 7 endColumn : 0
8 endLine : 2 8 endLine : 2
9 executionContextId : <executionContextId> 9 executionContextId : <executionContextId>
10 hasSourceURL : true 10 hasSourceURL : true
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 executionContextId : <executionContextId> 654 executionContextId : <executionContextId>
655 hasSourceURL : false 655 hasSourceURL : false
656 hash : <hash> 656 hash : <hash>
657 isLiveEdit : false 657 isLiveEdit : false
658 scriptId : <scriptId> 658 scriptId : <scriptId>
659 sourceMapURL : 659 sourceMapURL :
660 startColumn : 0 660 startColumn : 0
661 startLine : 0 661 startLine : 0
662 url : 662 url :
663 } 663 }
664 Run gc and then Debugger.enable().. 664 Remove script references and re-enable debugger.
OLDNEW
« no previous file with comments | « test/inspector/debugger/script-on-after-compile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698