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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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
2
1 Running test: testScopesPaused 3 Running test: testScopesPaused
2 { 4 {
3 id : <messageId> 5 id : <messageId>
4 result : { 6 result : {
5 result : [ 7 result : [
6 [0] : { 8 [0] : {
7 configurable : true 9 configurable : true
8 enumerable : true 10 enumerable : true
9 isOwn : true 11 isOwn : true
10 name : a 12 name : a
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 isOwn : true 56 isOwn : true
55 name : b 57 name : b
56 value : { 58 value : {
57 type : undefined 59 type : undefined
58 } 60 }
59 writable : true 61 writable : true
60 } 62 }
61 ] 63 ]
62 } 64 }
63 } 65 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes.js ('k') | test/inspector/debugger/update-call-frame-scopes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698