Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Check that setScriptSource completes correctly when an exception is thrown. | |
| 2 | |
| 3 Running test: testIncorrectScriptId | |
| 4 { | |
| 5 error : { | |
| 6 code : -32000 | |
| 7 message : Uncaught Script not found | |
| 8 } | |
| 9 id : <messageId> | |
| 10 } | |
| 11 | |
| 12 Running test: testSourceWithSyntaxError | |
| 13 { | |
| 14 id : <messageId> | |
| 15 result : { | |
| 16 exceptionDetails : { | |
| 17 columnNumber : 2 | |
| 18 exceptionId : <exceptionId> | |
| 19 lineNumber : 0 | |
| 20 text : Invalid or unexpected token | |
| 21 } | |
| 22 } | |
| 23 } | |
| OLD | NEW |