Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that Runtime.callFunctionOn works with awaitPromise flag. | 1 Tests that Runtime.callFunctionOn works with awaitPromise flag. |
| 2 | 2 |
| 3 Running test: testArguments | 3 Running test: testArguments |
| 4 { | 4 { |
| 5 result : { | 5 result : { |
| 6 type : string | 6 type : string |
| 7 value : undefined|NaN|[object Object]|[object Window] | 7 value : undefined|NaN|[object Object]|[object Window] |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 102 columnNumber : 0 | 102 columnNumber : 0 |
| 103 exception : { | 103 exception : { |
| 104 objectId : 0 | 104 objectId : 0 |
| 105 type : object | 105 type : object |
| 106 value : { | 106 value : { |
| 107 a : 3 | 107 a : 3 |
| 108 } | 108 } |
| 109 } | 109 } |
| 110 exceptionId : 0 | 110 exceptionId : 0 |
| 111 lineNumber : 0 | 111 lineNumber : 0 |
| 112 stackTrace : { | |
| 113 callFrames : [ | |
| 114 ] | |
| 115 } | |
| 116 text : Uncaught (in promise) | 112 text : Uncaught (in promise) |
| 117 } | 113 } |
| 118 result : { | 114 result : { |
| 119 type : object | 115 type : object |
| 120 value : { | 116 value : { |
| 121 a : 3 | 117 a : 3 |
| 122 } | 118 } |
| 123 } | 119 } |
| 124 } | 120 } |
| 125 | 121 |
| OLD | NEW |