| OLD | NEW |
| 1 Check that exceptionThrown is supported by test runner. | 1 Check that exceptionThrown is supported by test runner. |
| 2 { | 2 { |
| 3 method : Runtime.exceptionThrown | 3 method : Runtime.exceptionThrown |
| 4 params : { | 4 params : { |
| 5 exceptionDetails : { | 5 exceptionDetails : { |
| 6 columnNumber : 2 | 6 columnNumber : 2 |
| 7 exception : { | 7 exception : { |
| 8 className : Error | 8 className : Error |
| 9 description : Error at setTimeout (<anonymous>:2:9) | 9 description : Error at setTimeout (<anonymous>:2:9) |
| 10 objectId : <objectId> | 10 objectId : <objectId> |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 subtype : error | 70 subtype : error |
| 71 type : object | 71 type : object |
| 72 } | 72 } |
| 73 subtype : error | 73 subtype : error |
| 74 type : object | 74 type : object |
| 75 } | 75 } |
| 76 exceptionId : <exceptionId> | 76 exceptionId : <exceptionId> |
| 77 executionContextId : <executionContextId> | 77 executionContextId : <executionContextId> |
| 78 lineNumber : 0 | 78 lineNumber : 0 |
| 79 scriptId : <scriptId> | 79 scriptId : <scriptId> |
| 80 stackTrace : { | |
| 81 callFrames : [ | |
| 82 ] | |
| 83 } | |
| 84 text : Uncaught SyntaxError: Unexpected token } | 80 text : Uncaught SyntaxError: Unexpected token } |
| 85 } | 81 } |
| 86 timestamp : <timestamp> | 82 timestamp : <timestamp> |
| 87 } | 83 } |
| 88 } | 84 } |
| 89 { | 85 { |
| 90 method : Runtime.exceptionThrown | 86 method : Runtime.exceptionThrown |
| 91 params : { | 87 params : { |
| 92 exceptionDetails : { | 88 exceptionDetails : { |
| 93 columnNumber : 2 | 89 columnNumber : 2 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 108 scriptId : <scriptId> | 104 scriptId : <scriptId> |
| 109 url : | 105 url : |
| 110 } | 106 } |
| 111 ] | 107 ] |
| 112 } | 108 } |
| 113 text : Uncaught 239 | 109 text : Uncaught 239 |
| 114 } | 110 } |
| 115 timestamp : <timestamp> | 111 timestamp : <timestamp> |
| 116 } | 112 } |
| 117 } | 113 } |
| OLD | NEW |