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

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: rebase 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
(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 : p3
20 type : accessor
21 }
22 [3] : {
23 name : p5
24 type : accessor
25 }
26 ]
27 type : object
28 }
29
30 Running test: testArrayPropertiesPreview
31 {
32 description : Array(7)
33 overflow : false
34 properties : [
35 [0] : {
36 name : 2
37 type : number
38 value : 1
39 }
40 [1] : {
41 name : 3
42 subtype : array
43 type : object
44 value : Array(1)
45 }
46 [2] : {
47 name : 4
48 type : accessor
49 }
50 [3] : {
51 name : 6
52 type : accessor
53 }
54 ]
55 subtype : array
56 type : object
57 }
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