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

Side by Side Diff: test/inspector/debugger/suspended-generator-scopes-expected.txt

Issue 2902423002: Revert of Make non-Module generators only context allocate parameters. (Closed)
Patch Set: 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 : b 12 name : a
13 value : { 13 value : {
14 description : 42 14 description : 420
15 type : number 15 type : number
16 value : 42 16 value : 420
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 : a 24 name : b
25 value : { 25 value : {
26 description : 420 26 description : 42
27 type : number 27 type : number
28 value : 420 28 value : 42
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 : b
46 value : {
47 type : undefined
48 }
49 writable : true
50 }
51 [1] : {
52 configurable : true
53 enumerable : true
54 isOwn : true
55 name : a 45 name : a
56 value : { 46 value : {
57 description : 430 47 description : 430
58 type : number 48 type : number
59 value : 430 49 value : 430
60 } 50 }
61 writable : true 51 writable : true
62 } 52 }
53 [1] : {
54 configurable : true
55 enumerable : true
56 isOwn : true
57 name : b
58 value : {
59 type : undefined
60 }
61 writable : true
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