Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Checks for console.assert | |
| 2 { | |
| 3 method : Runtime.consoleAPICalled | |
| 4 params : { | |
| 5 args : [ | |
| 6 [0] : { | |
| 7 type : string | |
| 8 value : console.assert | |
| 9 } | |
| 10 ] | |
| 11 executionContextId : <executionContextId> | |
| 12 stackTrace : { | |
| 13 callFrames : [ | |
| 14 [0] : { | |
| 15 columnNumber : 8 | |
| 16 functionName : | |
| 17 lineNumber : 0 | |
| 18 scriptId : <scriptId> | |
| 19 url : | |
|
dgozman
2016/11/15 17:57:17
Let's have an url.
| |
| 20 } | |
| 21 ] | |
| 22 } | |
| 23 timestamp : <timestamp> | |
| 24 type : assert | |
| 25 } | |
| 26 } | |
| 27 { | |
| 28 method : Runtime.consoleAPICalled | |
| 29 params : { | |
| 30 args : [ | |
| 31 [0] : { | |
| 32 type : string | |
| 33 value : error | |
| 34 } | |
| 35 ] | |
| 36 executionContextId : <executionContextId> | |
| 37 stackTrace : { | |
| 38 callFrames : [ | |
| 39 [0] : { | |
| 40 columnNumber : 8 | |
| 41 functionName : | |
| 42 lineNumber : 0 | |
| 43 scriptId : <scriptId> | |
| 44 url : | |
| 45 } | |
| 46 ] | |
| 47 } | |
| 48 timestamp : <timestamp> | |
| 49 type : assert | |
| 50 } | |
| 51 } | |
| OLD | NEW |