Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 820 overflow : false | 820 overflow : false |
| 821 properties : [ | 821 properties : [ |
| 822 [0] : { | 822 [0] : { |
| 823 name : propNotNamedProto | 823 name : propNotNamedProto |
| 824 type : number | 824 type : number |
| 825 value : NaN | 825 value : NaN |
| 826 } | 826 } |
| 827 ] | 827 ] |
| 828 type : object | 828 type : object |
| 829 } | 829 } |
| 830 | |
| 831 Running test: testObjWithArrayAsProto | |
| 832 { | |
| 833 description : Array | |
| 834 overflow : false | |
| 835 properties : [ | |
| 836 ] | |
| 837 type : object | |
|
dgozman
2017/03/23 21:10:20
So this was an array before or not? What changed?
kozy
2017/03/24 00:40:37
It was the same before (this test I copied from la
| |
| 838 } | |
| OLD | NEW |