OLD | NEW |
1 Properties of Object(5) | 1 Properties of Object(5) |
2 __proto__ own object undefined | 2 __proto__ own object undefined |
3 foo own string cat | 3 foo own string cat |
4 Internal properties | 4 Internal properties |
5 [[PrimitiveValue]] number 5 | 5 [[PrimitiveValue]] number 5 |
6 Properties of Not own properties | 6 Properties of Not own properties |
7 __defineGetter__ inherited function undefined | 7 __defineGetter__ inherited function undefined |
8 __defineSetter__ inherited function undefined | 8 __defineSetter__ inherited function undefined |
9 __lookupGetter__ inherited function undefined | 9 __lookupGetter__ inherited function undefined |
10 __lookupSetter__ inherited function undefined | 10 __lookupSetter__ inherited function undefined |
(...skipping 14 matching lines...) Expand all Loading... |
25 d own no value, setter | 25 d own no value, setter |
26 Properties of array | 26 Properties of array |
27 0 own string red | 27 0 own string red |
28 1 own string green | 28 1 own string green |
29 2 own string blue | 29 2 own string blue |
30 __proto__ own object undefined | 30 __proto__ own object undefined |
31 length own number 3 | 31 length own number 3 |
32 Properties of Bound function | 32 Properties of Bound function |
33 __proto__ own function undefined | 33 __proto__ own function undefined |
34 length own number 0 | 34 length own number 0 |
35 name own string | 35 name own string bound Number |
36 Internal properties | 36 Internal properties |
37 [[BoundArgs]] object undefined | 37 [[BoundArgs]] object undefined |
38 [[BoundThis]] object undefined | 38 [[BoundThis]] object undefined |
39 [[TargetFunction]] function undefined | 39 [[TargetFunction]] function undefined |
40 | 40 |
OLD | NEW |