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

Side by Side Diff: test/inspector/debugger/suspended-generator-scopes-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
OLDNEW
1 Tests that suspended generators produce scopes 1 Tests that suspended generators produce scopes
2 2
3 Running test: testScopesPaused 3 Running test: testScopesPaused
4 { 4 {
5 id : <messageId> 5 id : <messageId>
6 result : { 6 result : {
7 result : [ 7 result : [
8 [0] : { 8 [0] : {
9 configurable : true 9 configurable : true
10 enumerable : true 10 enumerable : true
11 isOwn : true 11 isOwn : true
12 name : a 12 name : b
13 value : { 13 value : {
14 description : 420 14 description : 42
15 type : number 15 type : number
16 value : 420 16 value : 42
17 } 17 }
18 writable : true 18 writable : true
19 } 19 }
20 [1] : { 20 [1] : {
21 configurable : true 21 configurable : true
22 enumerable : true 22 enumerable : true
23 isOwn : true 23 isOwn : true
24 name : b 24 name : a
25 value : { 25 value : {
26 description : 42 26 description : 420
27 type : number 27 type : number
28 value : 42 28 value : 420
29 } 29 }
30 writable : true 30 writable : true
31 } 31 }
32 ] 32 ]
33 } 33 }
34 } 34 }
35 35
36 Running test: testScopesNonPaused 36 Running test: testScopesNonPaused
37 { 37 {
38 id : <messageId> 38 id : <messageId>
39 result : { 39 result : {
40 result : [ 40 result : [
41 [0] : { 41 [0] : {
42 configurable : true 42 configurable : true
43 enumerable : true 43 enumerable : true
44 isOwn : true 44 isOwn : true
45 name : a 45 name : b
46 value : { 46 value : {
47 description : 430 47 type : undefined
48 type : number
49 value : 430
50 } 48 }
51 writable : true 49 writable : true
52 } 50 }
53 [1] : { 51 [1] : {
54 configurable : true 52 configurable : true
55 enumerable : true 53 enumerable : true
56 isOwn : true 54 isOwn : true
57 name : b 55 name : a
58 value : { 56 value : {
59 type : undefined 57 description : 430
58 type : number
59 value : 430
60 } 60 }
61 writable : true 61 writable : true
62 } 62 }
63 ] 63 ]
64 } 64 }
65 } 65 }
OLDNEW
« no previous file with comments | « test/debugger/debug/regress-3225.js ('k') | test/inspector/runtime/internal-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698