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

Side by Side Diff: test/inspector/runtime/exception-thrown-expected.txt

Issue 2807273002: [inspector] store creation stack in current V8StackTraceImpl (Closed)
Patch Set: finally passed tests 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 Check that exceptionThrown is supported by test runner. 1 Check that exceptionThrown is supported by test runner.
2 { 2 {
3 method : Runtime.exceptionThrown 3 method : Runtime.exceptionThrown
4 params : { 4 params : {
5 exceptionDetails : { 5 exceptionDetails : {
6 columnNumber : 2 6 columnNumber : 2
7 exception : { 7 exception : {
8 className : Error 8 className : Error
9 description : Error at setTimeout (<anonymous>:2:9) 9 description : Error at setTimeout (<anonymous>:2:9)
10 objectId : <objectId> 10 objectId : <objectId>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 subtype : error 70 subtype : error
71 type : object 71 type : object
72 } 72 }
73 subtype : error 73 subtype : error
74 type : object 74 type : object
75 } 75 }
76 exceptionId : <exceptionId> 76 exceptionId : <exceptionId>
77 executionContextId : <executionContextId> 77 executionContextId : <executionContextId>
78 lineNumber : 0 78 lineNumber : 0
79 scriptId : <scriptId> 79 scriptId : <scriptId>
80 stackTrace : {
81 callFrames : [
82 ]
83 }
84 text : Uncaught SyntaxError: Unexpected token } 80 text : Uncaught SyntaxError: Unexpected token }
85 } 81 }
86 timestamp : <timestamp> 82 timestamp : <timestamp>
87 } 83 }
88 } 84 }
89 { 85 {
90 method : Runtime.exceptionThrown 86 method : Runtime.exceptionThrown
91 params : { 87 params : {
92 exceptionDetails : { 88 exceptionDetails : {
93 columnNumber : 2 89 columnNumber : 2
(...skipping 14 matching lines...) Expand all
108 scriptId : <scriptId> 104 scriptId : <scriptId>
109 url : 105 url :
110 } 106 }
111 ] 107 ]
112 } 108 }
113 text : Uncaught 239 109 text : Uncaught 239
114 } 110 }
115 timestamp : <timestamp> 111 timestamp : <timestamp>
116 } 112 }
117 } 113 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/evaluate-async-expected.txt ('k') | test/inspector/runtime/run-script-async-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698