(target *Object, prop unistring.String)
| 116 | preventExtensions(target *Object) (bool, bool) |
| 117 | |
| 118 | getOwnPropertyDescriptorStr(target *Object, prop unistring.String) (Value, bool) |
| 119 | getOwnPropertyDescriptorIdx(target *Object, prop valueInt) (Value, bool) |
| 120 | getOwnPropertyDescriptorSym(target *Object, prop *Symbol) (Value, bool) |
| 121 |