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

Side by Side Diff: test/inspector/debugger/scope-skip-variables-with-empty-name-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 scopes do not report variables with empty names
1 { 2 {
2 id : <messageId> 3 id : <messageId>
3 result : { 4 result : {
4 result : [ 5 result : [
5 [0] : { 6 [0] : {
6 configurable : true 7 configurable : true
7 enumerable : true 8 enumerable : true
8 isOwn : true 9 isOwn : true
9 name : a 10 name : a
10 value : { 11 value : {
11 description : 2 12 description : 2
12 type : number 13 type : number
13 value : 2 14 value : 2
14 } 15 }
15 writable : true 16 writable : true
16 } 17 }
17 ] 18 ]
18 } 19 }
19 } 20 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/scope-skip-variables-with-empty-name.js ('k') | test/inspector/debugger/script-end-location.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698