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

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

Issue 2516973003: [inspector] Expose scopes for suspended generator objects (Closed)
Patch Set: Address comments Created 4 years 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.js ('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
(Empty)
1 Running test: testScopesPaused
2 {
3 id : <messageId>
4 result : {
5 result : [
6 [0] : {
7 configurable : true
8 enumerable : true
9 isOwn : true
10 name : a
11 value : {
12 description : 420
13 type : number
14 value : 420
15 }
16 writable : true
17 }
18 [1] : {
19 configurable : true
20 enumerable : true
21 isOwn : true
22 name : b
23 value : {
24 description : 42
25 type : number
26 value : 42
27 }
28 writable : true
29 }
30 ]
31 }
32 }
33
34 Running test: testScopesNonPaused
35 {
36 id : <messageId>
37 result : {
38 result : [
39 [0] : {
40 configurable : true
41 enumerable : true
42 isOwn : true
43 name : a
44 value : {
45 description : 430
46 type : number
47 value : 430
48 }
49 writable : true
50 }
51 [1] : {
52 configurable : true
53 enumerable : true
54 isOwn : true
55 name : b
56 value : {
57 type : undefined
58 }
59 writable : true
60 }
61 ]
62 }
63 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698