| OLD | NEW |
| 1 Compiling script: foo1.js | 1 Compiling script: foo1.js |
| 2 persist: false | 2 persist: false |
| 3 compilation result: { | 3 compilation result: |
| 4 exceptionDetails : { | 4 { |
| 5 columnNumber : 2 | 5 id : <messageId> |
| 6 exception : { | 6 result : { |
| 7 className : SyntaxError | 7 exceptionDetails : { |
| 8 description : SyntaxError: Unexpected end of input | 8 columnNumber : 2 |
| 9 objectId : 0 | 9 exception : { |
| 10 subtype : error | 10 className : SyntaxError |
| 11 type : object | 11 description : SyntaxError: Unexpected end of input |
| 12 objectId : <objectId> |
| 13 subtype : error |
| 14 type : object |
| 15 } |
| 16 exceptionId : <exceptionId> |
| 17 lineNumber : 1 |
| 18 scriptId : <scriptId> |
| 19 text : Uncaught |
| 12 } | 20 } |
| 13 exceptionId : 0 | |
| 14 lineNumber : 1 | |
| 15 scriptId : 0 | |
| 16 text : Uncaught | |
| 17 } | 21 } |
| 18 } | 22 } |
| 19 ----- | 23 ----- |
| 20 Compiling script: foo2.js | 24 Compiling script: foo2.js |
| 21 persist: true | 25 persist: true |
| 22 Debugger.scriptParsed: foo2.js | 26 Debugger.scriptParsed: foo2.js |
| 23 compilation result: { | 27 compilation result: |
| 24 scriptId : 0 | 28 { |
| 29 id : <messageId> |
| 30 result : { |
| 31 scriptId : <scriptId> |
| 32 } |
| 25 } | 33 } |
| 26 ----- | 34 ----- |
| 27 Compiling script: foo3.js | 35 Compiling script: foo3.js |
| 28 persist: false | 36 persist: false |
| 29 compilation result: { | 37 compilation result: |
| 38 { |
| 39 id : <messageId> |
| 40 result : { |
| 41 } |
| 30 } | 42 } |
| 31 ----- | 43 ----- |
| 32 Compiling script: foo4.js | 44 Compiling script: foo4.js |
| 33 persist: false | 45 persist: false |
| 34 compilation result: { | 46 compilation result: |
| 35 exceptionDetails : { | 47 { |
| 36 columnNumber : 13 | 48 id : <messageId> |
| 37 exception : { | 49 result : { |
| 38 className : SyntaxError | 50 exceptionDetails : { |
| 39 description : SyntaxError: Unexpected identifier | 51 columnNumber : 13 |
| 40 objectId : 0 | 52 exception : { |
| 41 subtype : error | 53 className : SyntaxError |
| 42 type : object | 54 description : SyntaxError: Unexpected identifier |
| 55 objectId : <objectId> |
| 56 subtype : error |
| 57 type : object |
| 58 } |
| 59 exceptionId : <exceptionId> |
| 60 lineNumber : 0 |
| 61 scriptId : <scriptId> |
| 62 text : Uncaught |
| 43 } | 63 } |
| 44 exceptionId : 0 | |
| 45 lineNumber : 0 | |
| 46 scriptId : 0 | |
| 47 text : Uncaught | |
| 48 } | 64 } |
| 49 } | 65 } |
| 50 ----- | 66 ----- |
| 51 | |
| OLD | NEW |