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

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

Issue 2755863002: [Devtools] Add stacktrace to protocol for scriptParsed event (Closed)
Patch Set: [Devtools] Add stacktrace to protocol for scriptParsed event Created 3 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 unified diff | Download patch
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 : 1 8 endLine : 1
9 executionContextId : <executionContextId> 9 executionContextId : <executionContextId>
10 hasSourceURL : true 10 hasSourceURL : true
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 endColumn : 39 634 endColumn : 39
635 endLine : 0 635 endLine : 0
636 executionContextId : <executionContextId> 636 executionContextId : <executionContextId>
637 hasSourceURL : true 637 hasSourceURL : true
638 hash : <hash> 638 hash : <hash>
639 isLiveEdit : false 639 isLiveEdit : false
640 isModule : false 640 isModule : false
641 length : 39 641 length : 39
642 scriptId : <scriptId> 642 scriptId : <scriptId>
643 sourceMapURL : 643 sourceMapURL :
644 stackTrace : {
645 callFrames : [
646 [0] : {
647 columnNumber : 20
648 functionName :
649 lineNumber : 0
650 scriptId : 61
651 url : eval-wrapper.js
652 }
653 ]
654 }
644 startColumn : 0 655 startColumn : 0
645 startLine : 0 656 startLine : 0
646 url : eval.js 657 url : eval.js
647 } 658 }
648 scriptFailedToParse 659 scriptFailedToParse
649 { 660 {
650 scriptSource : }//# sourceURL=failed.js<nl>//# sourceMappingURL=failed-map 661 scriptSource : }//# sourceURL=failed.js<nl>//# sourceMappingURL=failed-map
651 } 662 }
652 { 663 {
653 endColumn : 31 664 endColumn : 31
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 isLiveEdit : false 744 isLiveEdit : false
734 isModule : false 745 isModule : false
735 length : 22 746 length : 22
736 scriptId : <scriptId> 747 scriptId : <scriptId>
737 sourceMapURL : 748 sourceMapURL :
738 startColumn : 0 749 startColumn : 0
739 startLine : 0 750 startLine : 0
740 url : 751 url :
741 } 752 }
742 Remove script references and re-enable debugger. 753 Remove script references and re-enable debugger.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698