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

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

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: addressed comments Created 4 years, 2 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
(Empty)
1 Compiling script: foo1.js
2 persist: false
3 compilation result: {
4 exceptionDetails : {
5 columnNumber : 2
6 exception : {
7 className : SyntaxError
8 description : SyntaxError: Unexpected end of input
9 objectId : 0
10 subtype : error
11 type : object
12 }
13 exceptionId : 0
14 lineNumber : 1
15 scriptId : 0
16 text : Uncaught
17 }
18 }
19 -----
20 Compiling script: foo2.js
21 persist: true
22 Debugger.scriptParsed: foo2.js
23 compilation result: {
24 scriptId : 0
25 }
26 -----
27 Compiling script: foo3.js
28 persist: false
29 compilation result: {
30 }
31 -----
32 Compiling script: foo4.js
33 persist: false
34 compilation result: {
35 exceptionDetails : {
36 columnNumber : 13
37 exception : {
38 className : SyntaxError
39 description : SyntaxError: Unexpected identifier
40 objectId : 0
41 subtype : error
42 type : object
43 }
44 exceptionId : 0
45 lineNumber : 0
46 scriptId : 0
47 text : Uncaught
48 }
49 }
50 -----
51
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