77{
88 enumerable : true
99 getter : {
10 description : "get foo() { return 1; }"
10 description : "function () { return 1; }"
1111 objectId : <string>
1212 type : "function"
1313 }
1414 isOwn : true
1515 name : "foo"
1616 setter : {
17 description : "set foo(value) { }"
17 description : "function (value) { }"
1818 objectId : <string>
1919 type : "function"
2020 }
2727{
2828 enumerable : true
2929 getter : {
30 description : "get foo() { return 1; }"
30 description : "function () { return 1; }"
3131 objectId : <string>
3232 type : "function"
3333 }