Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 Compiling script: foo1.js |
| 2 persist: false | |
| 3 compilation result: { | |
| 2 exceptionDetails : { | 4 exceptionDetails : { |
| 3 columnNumber : 2 | 5 columnNumber : 2 |
| 4 lineNumber : 1 | 6 lineNumber : 1 |
| 5 scriptId : 0 | 7 scriptId : 0 |
| 6 text : Uncaught SyntaxError: Unexpected end of input | 8 text : Uncaught SyntaxError: Unexpected end of input |
| 7 } | 9 } |
| 8 } | 10 } |
| 9 { | 11 ----- |
| 12 Compiling script: foo2.js | |
| 13 persist: true | |
| 14 Debugger.scriptParsed: foo2.js | |
| 15 compilation result: { | |
| 10 scriptId : 0 | 16 scriptId : 0 |
| 11 } | 17 } |
| 12 { | 18 ----- |
| 19 Compiling script: foo3.js | |
| 20 persist: false | |
| 21 compilation result: { | |
| 13 } | 22 } |
| 14 { | 23 ----- |
| 24 Compiling script: foo4.js | |
| 25 persist: false | |
| 26 compilation result: { | |
| 15 exceptionDetails : { | 27 exceptionDetails : { |
| 16 columnNumber : 13 | 28 columnNumber : 13 |
| 17 lineNumber : 0 | 29 lineNumber : 0 |
| 18 scriptId : 0 | 30 scriptId : 0 |
| 19 text : Uncaught SyntaxError: Unexpected identifier | 31 text : Uncaught SyntaxError: Unexpected identifier |
| 20 } | 32 } |
| 21 } | 33 } |
| 34 ----- | |
| 22 | 35 |
| OLD | NEW |