| OLD | NEW |
| 1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. | 1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. |
| 2 | 2 |
| 3 Running test: testRunAndCompileWithoutAgentEnable | 3 Running test: testRunAndCompileWithoutAgentEnable |
| 4 { | 4 { |
| 5 error : { | 5 error : { |
| 6 code : -32000 | 6 code : -32000 |
| 7 message : Runtime agent is not enabled | 7 message : Runtime agent is not enabled |
| 8 } | 8 } |
| 9 id : <messageId> | 9 id : <messageId> |
| 10 } | 10 } |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 exceptionDetails : { | 168 exceptionDetails : { |
| 169 columnNumber : 0 | 169 columnNumber : 0 |
| 170 exception : { | 170 exception : { |
| 171 type : object | 171 type : object |
| 172 value : { | 172 value : { |
| 173 a : 1 | 173 a : 1 |
| 174 } | 174 } |
| 175 } | 175 } |
| 176 exceptionId : <exceptionId> | 176 exceptionId : <exceptionId> |
| 177 lineNumber : 0 | 177 lineNumber : 0 |
| 178 stackTrace : { | |
| 179 callFrames : [ | |
| 180 ] | |
| 181 } | |
| 182 text : Uncaught (in promise) | 178 text : Uncaught (in promise) |
| 183 } | 179 } |
| 184 result : { | 180 result : { |
| 185 type : object | 181 type : object |
| 186 value : { | 182 value : { |
| 187 a : 1 | 183 a : 1 |
| 188 } | 184 } |
| 189 } | 185 } |
| 190 } | 186 } |
| 191 } | 187 } |
| OLD | NEW |