Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Test that watch expressions expansion state is restored after update. | 1 Test that watch expressions expansion state is restored after update. |
| 2 | 2 |
| 3 Bug 99304 | 3 Bug 99304 |
| 4 Watch expressions added. | 4 Watch expressions added. |
| 5 expanded foo [object Object] | 5 expanded foo [object Object] |
| 6 expanded bar [object Object] | 6 expanded bar [object Object] |
| 7 expanded <function scope> | 7 expanded [[Scopes]] [object Object] |
|
dgozman
2016/07/07 19:59:23
Isn't it an array?
kozy
2016/07/07 22:59:07
Array is object and it's part of test addResult ou
| |
| 8 expanded Closure | 8 expanded 0 [object Object] |
| 9 expanded a [object Object] | 9 expanded a [object Object] |
| 10 expanded [200 .. 299] | 10 expanded [200 .. 299] |
| 11 expanded 299 [object Object] | 11 expanded 299 [object Object] |
| 12 Watch expressions expanded. | 12 Watch expressions expanded. |
| 13 globalObject: Object | 13 globalObject: Object |
| 14 foo: Object | 14 foo: Object |
| 15 bar: Object | 15 bar: Object |
| 16 __proto__: Object | 16 __proto__: Object |
| 17 __proto__: Object | 17 __proto__: Object |
| 18 windowAlias: Window | 18 windowAlias: Window |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 299: 299 | 122 299: 299 |
| 123 length: 300 | 123 length: 300 |
| 124 __proto__: Array[0] | 124 __proto__: Array[0] |
| 125 func: function () {return a + b;} | 125 func: function () {return a + b;} |
| 126 arguments: null | 126 arguments: null |
| 127 caller: null | 127 caller: null |
| 128 length: 0 | 128 length: 0 |
| 129 name: | 129 name: |
| 130 prototype: Object | 130 prototype: Object |
| 131 __proto__: function () {} | 131 __proto__: function () {} |
| 132 <function scope> | 132 [[FunctionLocation]]: Object |
| 133 Closure | 133 [[FunctionName]]: window.func |
| 134 [[Scopes]]: Scopes[2] | |
| 135 0: Closure | |
| 134 a: 10 | 136 a: 10 |
| 135 b: 100 | 137 b: 100 |
| 136 Global: Window | 138 1: Global |
| 139 length: 2 | |
| 140 [[IsGenerator]]: false | |
| 137 Page reloaded. | 141 Page reloaded. |
| 138 Watch expressions after page reload: | 142 Watch expressions after page reload: |
| 139 globalObject: Object | 143 globalObject: Object |
| 140 foo: Object | 144 foo: Object |
| 141 bar: Object | 145 bar: Object |
| 142 __proto__: Object | 146 __proto__: Object |
| 143 __proto__: Object | 147 __proto__: Object |
| 144 windowAlias: Window | 148 windowAlias: Window |
| 145 array: Array[300] | 149 array: Array[300] |
| 146 [0 .. 99] | 150 [0 .. 99] |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 248 299: 299 | 252 299: 299 |
| 249 length: 300 | 253 length: 300 |
| 250 __proto__: Array[0] | 254 __proto__: Array[0] |
| 251 func: function () {return a + b;} | 255 func: function () {return a + b;} |
| 252 arguments: null | 256 arguments: null |
| 253 caller: null | 257 caller: null |
| 254 length: 0 | 258 length: 0 |
| 255 name: | 259 name: |
| 256 prototype: Object | 260 prototype: Object |
| 257 __proto__: function () {} | 261 __proto__: function () {} |
| 258 <function scope> | 262 [[FunctionLocation]]: Object |
| 259 Closure | 263 [[FunctionName]]: window.func |
| 264 [[Scopes]]: Scopes[2] | |
| 265 0: Closure | |
| 260 a: 10 | 266 a: 10 |
| 261 b: 100 | 267 b: 100 |
| 262 Global: Window | 268 1: Global |
| 269 length: 2 | |
| 270 [[IsGenerator]]: false | |
| 263 | 271 |
| OLD | NEW |