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

Side by Side Diff: test/inspector/runtime/evaluate-with-generate-preview-expected.txt

Issue 2508423002: Add getter properties to array entry previews (Closed)
Patch Set: just getters 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
OLDNEW
(Empty)
1 Tests that Runtime.evaluate will generate correct previews.
2
3 Running test: testObjectPropertiesPreview
4 {
5 description : Object
6 overflow : false
7 properties : [
8 [0] : {
9 name : p1
10 type : object
11 value : Object
12 }
13 [1] : {
14 name : p2
15 type : object
16 value : Object
17 }
18 [2] : {
19 name : 1
20 type : accessor
21 }
22 ]
23 type : object
24 }
25
26 Running test: testArrayPropertiesPreview
27 {
28 description : Array[4]
29 overflow : false
30 properties : [
31 [0] : {
32 name : 2
33 type : number
34 value : 1
35 }
36 [1] : {
37 name : 3
38 subtype : array
39 type : object
40 value : Array[1]
41 }
42 [2] : {
43 name : 1
44 type : accessor
45 }
46 ]
47 subtype : array
48 type : object
49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698