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 id : <messageId> | 5 id : <messageId> |
| 6 result : { | 6 result : { |
| 7 result : { | 7 result : { |
| 8 type : string | 8 type : string |
| 9 value : undefined|NaN|[object Object]|[object Object] | 9 value : undefined|NaN|[object Object]|[object Object] |
| 10 } | 10 } |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 118 exceptionDetails : { | 118 exceptionDetails : { |
| 119 columnNumber : 0 | 119 columnNumber : 0 |
| 120 exception : { | 120 exception : { |
| 121 type : object | 121 type : object |
| 122 value : { | 122 value : { |
| 123 a : 3 | 123 a : 3 |
| 124 } | 124 } |
| 125 } | 125 } |
| 126 exceptionId : <exceptionId> | 126 exceptionId : <exceptionId> |
| 127 lineNumber : 0 | 127 lineNumber : 0 |
| 128 stackTrace : { | |
|
dgozman
2017/04/11 19:00:42
Nice one, but let's actually fix this :-)
kozy
2017/04/12 02:21:38
Done: https://bugs.chromium.org/p/v8/issues/detail
| |
| 129 callFrames : [ | |
| 130 ] | |
| 131 } | |
| 132 text : Uncaught (in promise) | 128 text : Uncaught (in promise) |
| 133 } | 129 } |
| 134 result : { | 130 result : { |
| 135 type : object | 131 type : object |
| 136 value : { | 132 value : { |
| 137 a : 3 | 133 a : 3 |
| 138 } | 134 } |
| 139 } | 135 } |
| 140 } | 136 } |
| 141 } | 137 } |
| OLD | NEW |