Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: test/inspector/runtime/internal-properties-expected.txt

Issue 2898163002: Make non-Module generators only context allocate parameters. (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
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
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 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698