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

Side by Side Diff: test/inspector/runtime/es6-module-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 Checks basic ES6 modules support. 1 Checks basic ES6 modules support.
2 { 2 {
3 method : Debugger.scriptParsed 3 method : Debugger.scriptParsed
4 params : { 4 params : {
5 endColumn : 17 5 endColumn : 17
6 endLine : 5 6 endLine : 5
7 executionContextId : <executionContextId> 7 executionContextId : <executionContextId>
8 hasSourceURL : false 8 hasSourceURL : false
9 hash : 9C014F7249BAFA12B91017817AD15091D01A9155 9 hash : 9C014F7249BAFA12B91017817AD15091D01A9155
10 isLiveEdit : false 10 isLiveEdit : false
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 subtype : error 225 subtype : error
226 type : object 226 type : object
227 } 227 }
228 subtype : error 228 subtype : error
229 type : object 229 type : object
230 } 230 }
231 exceptionId : <exceptionId> 231 exceptionId : <exceptionId>
232 executionContextId : <executionContextId> 232 executionContextId : <executionContextId>
233 lineNumber : 0 233 lineNumber : 0
234 scriptId : <scriptId> 234 scriptId : <scriptId>
235 stackTrace : {
236 callFrames : [
237 ]
238 }
239 text : Uncaught SyntaxError: Unexpected token } 235 text : Uncaught SyntaxError: Unexpected token }
240 url : module4 236 url : module4
241 } 237 }
242 timestamp : <timestamp> 238 timestamp : <timestamp>
243 } 239 }
244 } 240 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/call-function-on-async-expected.txt ('k') | test/inspector/runtime/evaluate-async-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698