OLD | NEW |
1 Checks internal properties in Runtime.getProperties output | 1 Checks internal properties in Runtime.getProperties output |
2 | 2 |
3 Running test: generatorFunction | 3 Running test: generatorFunction |
4 expression: (function* foo() { yield 1 }) | 4 expression: (function* foo() { yield 1 }) |
5 { | 5 { |
6 id : <messageId> | 6 id : <messageId> |
7 result : { | 7 result : { |
8 internalProperties : [ | 8 internalProperties : [ |
9 [0] : { | 9 [0] : { |
10 name : [[FunctionLocation]] | 10 name : [[FunctionLocation]] |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 description : Object | 332 description : Object |
333 subtype : internal#location | 333 subtype : internal#location |
334 type : object | 334 type : object |
335 value : { | 335 value : { |
336 columnNumber : 13 | 336 columnNumber : 13 |
337 lineNumber : 8 | 337 lineNumber : 8 |
338 scriptId : <scriptId> | 338 scriptId : <scriptId> |
339 } | 339 } |
340 } | 340 } |
341 } | 341 } |
| 342 [4] : { |
| 343 name : [[Scopes]] |
| 344 value : { |
| 345 className : Array |
| 346 description : Scopes[2] |
| 347 objectId : <objectId> |
| 348 subtype : internal#scopeList |
| 349 type : object |
| 350 } |
| 351 } |
342 ] | 352 ] |
343 } | 353 } |
344 } | 354 } |
345 | 355 |
346 Running test: generatorObjectDebuggerDisabled | 356 Running test: generatorObjectDebuggerDisabled |
347 expression: gen2 | 357 expression: gen2 |
348 { | 358 { |
349 id : <messageId> | 359 id : <messageId> |
350 result : { | 360 result : { |
351 internalProperties : [ | 361 internalProperties : [ |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 className : Array | 567 className : Array |
558 description : Array(1) | 568 description : Array(1) |
559 objectId : <objectId> | 569 objectId : <objectId> |
560 subtype : array | 570 subtype : array |
561 type : object | 571 type : object |
562 } | 572 } |
563 } | 573 } |
564 ] | 574 ] |
565 } | 575 } |
566 } | 576 } |
OLD | NEW |