(target *Object)
| 114 | setPrototypeOf(target *Object, proto *Object) (bool, bool) |
| 115 | isExtensible(target *Object) (bool, bool) |
| 116 | preventExtensions(target *Object) (bool, bool) |
| 117 | |
| 118 | getOwnPropertyDescriptorStr(target *Object, prop unistring.String) (Value, bool) |
| 119 | getOwnPropertyDescriptorIdx(target *Object, prop valueInt) (Value, bool) |