|
7 | 7 | {
|
---|
8 | 8 | enumerable : true
|
---|
9 | 9 | getter : {
|
---|
10 | | description : "get foo() { return 1; }"
|
---|
| 10 | description : "function () { return 1; }"
|
---|
11 | 11 | objectId : <string>
|
---|
12 | 12 | type : "function"
|
---|
13 | 13 | }
|
---|
14 | 14 | isOwn : true
|
---|
15 | 15 | name : "foo"
|
---|
16 | 16 | setter : {
|
---|
17 | | description : "set foo(value) { }"
|
---|
| 17 | description : "function (value) { }"
|
---|
18 | 18 | objectId : <string>
|
---|
19 | 19 | type : "function"
|
---|
20 | 20 | }
|
---|
|
27 | 27 | {
|
---|
28 | 28 | enumerable : true
|
---|
29 | 29 | getter : {
|
---|
30 | | description : "get foo() { return 1; }"
|
---|
| 30 | description : "function () { return 1; }"
|
---|
31 | 31 | objectId : <string>
|
---|
32 | 32 | type : "function"
|
---|
33 | 33 | }
|
---|
|