(target *Object, prop unistring.String)
| 124 | definePropertySym(target *Object, prop *Symbol, desc PropertyDescriptor) (bool, bool) |
| 125 | |
| 126 | hasStr(target *Object, prop unistring.String) (bool, bool) |
| 127 | hasIdx(target *Object, prop valueInt) (bool, bool) |
| 128 | hasSym(target *Object, prop *Symbol) (bool, bool) |
| 129 |