 Chromium Code Reviews
 Chromium Code Reviews Issue 2898163002:
  Make non-Module generators only context allocate parameters.  (Closed)
    
  
    Issue 2898163002:
  Make non-Module generators only context allocate parameters.  (Closed) 
  | 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]] | |
| 
adamk
2017/05/23 20:20:38
What happened to this?
 
Jarin
2017/05/24 05:03:27
We now only report scopes for suspended generators
 | |
| 344 value : { | |
| 345 className : Array | |
| 346 description : Scopes[2] | |
| 347 objectId : <objectId> | |
| 348 subtype : internal#scopeList | |
| 349 type : object | |
| 350 } | |
| 351 } | |
| 352 ] | 342 ] | 
| 353 } | 343 } | 
| 354 } | 344 } | 
| 355 | 345 | 
| 356 Running test: generatorObjectDebuggerDisabled | 346 Running test: generatorObjectDebuggerDisabled | 
| 357 expression: gen2 | 347 expression: gen2 | 
| 358 { | 348 { | 
| 359 id : <messageId> | 349 id : <messageId> | 
| 360 result : { | 350 result : { | 
| 361 internalProperties : [ | 351 internalProperties : [ | 
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 567 className : Array | 557 className : Array | 
| 568 description : Array(1) | 558 description : Array(1) | 
| 569 objectId : <objectId> | 559 objectId : <objectId> | 
| 570 subtype : array | 560 subtype : array | 
| 571 type : object | 561 type : object | 
| 572 } | 562 } | 
| 573 } | 563 } | 
| 574 ] | 564 ] | 
| 575 } | 565 } | 
| 576 } | 566 } | 
| OLD | NEW |