(target *Object)
| 113 | getPrototypeOf(target *Object) (Value, bool) |
| 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) |
no outgoing calls
no test coverage detected