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

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

Issue 2526073002: Previews should exclude a property if its name is a symbol (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
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 : symbol
21 value : Symbol(123)
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 : symbol
54 value : Symbol(123)
55 }
56 [3] : {
57 name : 5
48 type : accessor 58 type : accessor
49 } 59 }
50 [3] : { 60 [4] : {
51 name : 6 61 name : 7
52 type : accessor 62 type : accessor
53 } 63 }
54 ] 64 ]
55 subtype : array 65 subtype : array
56 type : object 66 type : object
57 } 67 }
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