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

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

Issue 2554623003: Show functions in object previews (Closed)
Patch Set: rebase to drop symbool cl 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/runtime/evaluate-with-generate-preview.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
1 Tests that Runtime.evaluate will generate correct previews. 1 Tests that Runtime.evaluate will generate correct previews.
2 2
3 Running test: testObjectPropertiesPreview 3 Running test: testObjectPropertiesPreview
4 { 4 {
5 description : Object 5 description : Object
6 overflow : false 6 overflow : false
7 properties : [ 7 properties : [
8 [0] : { 8 [0] : {
9 name : p1 9 name : p1
10 type : object 10 type : object
11 value : Object 11 value : Object
12 } 12 }
13 [1] : { 13 [1] : {
14 name : p2 14 name : p2
15 type : object 15 type : object
16 value : Object 16 value : Object
17 } 17 }
18 [2] : { 18 [2] : {
19 name : p3 19 name : p3
20 type : function
21 value :
22 }
23 [3] : {
24 name : p4
20 type : accessor 25 type : accessor
21 } 26 }
22 [3] : { 27 [4] : {
23 name : p5 28 name : p6
24 type : accessor 29 type : accessor
25 } 30 }
26 ] 31 ]
27 type : object 32 type : object
28 } 33 }
29 34
30 Running test: testArrayPropertiesPreview 35 Running test: testArrayPropertiesPreview
31 { 36 {
32 description : Array(7) 37 description : Array(8)
33 overflow : false 38 overflow : false
34 properties : [ 39 properties : [
35 [0] : { 40 [0] : {
36 name : 2 41 name : 2
37 type : number 42 type : number
38 value : 1 43 value : 1
39 } 44 }
40 [1] : { 45 [1] : {
41 name : 3 46 name : 3
42 subtype : array 47 subtype : array
43 type : object 48 type : object
44 value : Array(1) 49 value : Array(1)
45 } 50 }
46 [2] : { 51 [2] : {
47 name : 4 52 name : 4
53 type : function
54 value :
55 }
56 [3] : {
57 name : nonEntryFunction
58 type : function
59 value :
60 }
61 [4] : {
62 name : 5
48 type : accessor 63 type : accessor
49 } 64 }
50 [3] : { 65 [5] : {
51 name : 6 66 name : 7
52 type : accessor 67 type : accessor
53 } 68 }
54 ] 69 ]
55 subtype : array 70 subtype : array
56 type : object 71 type : object
57 } 72 }
73
74 Running test: testInheritingObjectPropertiesPreview
75 {
76 description : Object
77 overflow : false
78 properties : [
79 [0] : {
80 name : prototype
81 type : object
82 value : Object
83 }
84 ]
85 type : object
86 }
87
88 Running test: testInheritingArrayPropertiesPreview
89 {
90 description : Array(0)
91 overflow : false
92 properties : [
93 [0] : {
94 name : prototype
95 subtype : array
96 type : object
97 value : Array(8)
98 }
99 ]
100 subtype : array
101 type : object
102 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698