(target *Object, prop valueInt, desc PropertyDescriptor)
| 121 | |
| 122 | definePropertyStr(target *Object, prop unistring.String, desc PropertyDescriptor) (bool, bool) |
| 123 | definePropertyIdx(target *Object, prop valueInt, desc PropertyDescriptor) (bool, bool) |
| 124 | definePropertySym(target *Object, prop *Symbol, desc PropertyDescriptor) (bool, bool) |
| 125 | |
| 126 | hasStr(target *Object, prop unistring.String) (bool, bool) |
no outgoing calls
no test coverage detected