| 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] |
| 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 [[Scopes]]: Scopes[2] |
| 134 0: Closure |
| 134 a: 10 | 135 a: 10 |
| 135 b: 100 | 136 b: 100 |
| 136 Global: Window | 137 1: Global |
| 137 Page reloaded. | 138 Page reloaded. |
| 138 Watch expressions after page reload: | 139 Watch expressions after page reload: |
| 139 globalObject: Object | 140 globalObject: Object |
| 140 foo: Object | 141 foo: Object |
| 141 bar: Object | 142 bar: Object |
| 142 __proto__: Object | 143 __proto__: Object |
| 143 __proto__: Object | 144 __proto__: Object |
| 144 windowAlias: Window | 145 windowAlias: Window |
| 145 array: Array[300] | 146 array: Array[300] |
| 146 [0 .. 99] | 147 [0 .. 99] |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 299: 299 | 249 299: 299 |
| 249 length: 300 | 250 length: 300 |
| 250 __proto__: Array[0] | 251 __proto__: Array[0] |
| 251 func: function () {return a + b;} | 252 func: function () {return a + b;} |
| 252 arguments: null | 253 arguments: null |
| 253 caller: null | 254 caller: null |
| 254 length: 0 | 255 length: 0 |
| 255 name: | 256 name: |
| 256 prototype: Object | 257 prototype: Object |
| 257 __proto__: function () {} | 258 __proto__: function () {} |
| 258 <function scope> | 259 [[FunctionLocation]]: Object |
| 259 Closure | 260 [[Scopes]]: Scopes[2] |
| 261 0: Closure |
| 260 a: 10 | 262 a: 10 |
| 261 b: 100 | 263 b: 100 |
| 262 Global: Window | 264 1: Global |
| 263 | 265 |
| OLD | NEW |