| OLD | NEW |
| 1 Check internal properties reported in object preview. | 1 Check internal properties reported in object preview. |
| 2 | 2 |
| 3 Running test: boxedObjects | 3 Running test: boxedObjects |
| 4 expression: new Number(239) | 4 expression: new Number(239) |
| 5 { | 5 { |
| 6 name : [[PrimitiveValue]] | 6 name : [[PrimitiveValue]] |
| 7 type : number | 7 type : number |
| 8 value : 239 | 8 value : 239 |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 } | 157 } |
| 158 { | 158 { |
| 159 name : [[IteratorKind]] | 159 name : [[IteratorKind]] |
| 160 type : string | 160 type : string |
| 161 value : entries | 161 value : entries |
| 162 } | 162 } |
| 163 [[Entries]]: | 163 [[Entries]]: |
| 164 [ | 164 [ |
| 165 [0] : { | 165 [0] : { |
| 166 value : { | 166 value : { |
| 167 description : Array(2) | 167 description : Array[2] |
| 168 overflow : false | 168 overflow : false |
| 169 properties : [ | 169 properties : [ |
| 170 [0] : { | 170 [0] : { |
| 171 name : 0 | 171 name : 0 |
| 172 type : number | 172 type : number |
| 173 value : 1 | 173 value : 1 |
| 174 } | 174 } |
| 175 [1] : { | 175 [1] : { |
| 176 name : 1 | 176 name : 1 |
| 177 type : number | 177 type : number |
| (...skipping 19 matching lines...) Expand all Loading... |
| 197 } | 197 } |
| 198 { | 198 { |
| 199 name : [[IteratorKind]] | 199 name : [[IteratorKind]] |
| 200 type : string | 200 type : string |
| 201 value : entries | 201 value : entries |
| 202 } | 202 } |
| 203 [[Entries]]: | 203 [[Entries]]: |
| 204 [ | 204 [ |
| 205 [0] : { | 205 [0] : { |
| 206 value : { | 206 value : { |
| 207 description : Array(2) | 207 description : Array[2] |
| 208 overflow : false | 208 overflow : false |
| 209 properties : [ | 209 properties : [ |
| 210 [0] : { | 210 [0] : { |
| 211 name : 0 | 211 name : 0 |
| 212 subtype : array | 212 subtype : array |
| 213 type : object | 213 type : object |
| 214 value : Array(2) | 214 value : Array[2] |
| 215 } | 215 } |
| 216 [1] : { | 216 [1] : { |
| 217 name : 1 | 217 name : 1 |
| 218 subtype : array | 218 subtype : array |
| 219 type : object | 219 type : object |
| 220 value : Array(2) | 220 value : Array[2] |
| 221 } | 221 } |
| 222 ] | 222 ] |
| 223 subtype : array | 223 subtype : array |
| 224 type : object | 224 type : object |
| 225 } | 225 } |
| 226 } | 226 } |
| 227 ] | 227 ] |
| 228 | 228 |
| 229 | 229 |
| 230 Running test: noPreviewForFunctionObject | 230 Running test: noPreviewForFunctionObject |
| (...skipping 13 matching lines...) Expand all Loading... |
| 244 Running test: otherObjects | 244 Running test: otherObjects |
| 245 expression: [1,2,3] | 245 expression: [1,2,3] |
| 246 | 246 |
| 247 expression: /123/ | 247 expression: /123/ |
| 248 | 248 |
| 249 expression: ({}) | 249 expression: ({}) |
| 250 | 250 |
| 251 | 251 |
| 252 Running test: overridenArrayGetter | 252 Running test: overridenArrayGetter |
| 253 expression: Promise.resolve(42) | 253 expression: Promise.resolve(42) |
| 254 | |
| OLD | NEW |