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

Side by Side Diff: test/inspector-protocol/debugger/scope-skip-variables-with-empty-name-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: rebased Created 4 years, 2 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
(Empty)
1 {
2 result : [
3 [0] : {
4 configurable : true
5 enumerable : true
6 isOwn : true
7 name : a
8 value : {
9 description : 2
10 type : number
11 value : 2
12 }
13 writable : true
14 }
15 ]
16 }
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698