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

Side by Side Diff: test/inspector/runtime/compile-script-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 Tests Runtime.compileScript
1 Compiling script: foo1.js 2 Compiling script: foo1.js
2 persist: false 3 persist: false
3 compilation result: 4 compilation result:
4 { 5 {
5 id : <messageId> 6 id : <messageId>
6 result : { 7 result : {
7 exceptionDetails : { 8 exceptionDetails : {
8 columnNumber : 2 9 columnNumber : 2
9 exception : { 10 exception : {
10 className : SyntaxError 11 className : SyntaxError
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 subtype : error 57 subtype : error
57 type : object 58 type : object
58 } 59 }
59 exceptionId : <exceptionId> 60 exceptionId : <exceptionId>
60 lineNumber : 0 61 lineNumber : 0
61 scriptId : <scriptId> 62 scriptId : <scriptId>
62 text : Uncaught 63 text : Uncaught
63 } 64 }
64 } 65 }
65 } 66 }
66 ----- 67 -----
OLDNEW
« no previous file with comments | « test/inspector/runtime/compile-script.js ('k') | test/inspector/runtime/console-api-repeated-in-console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698