(name *Symbol, desc PropertyDescriptor, throw bool)
| 177 | defineOwnPropertyStr(name unistring.String, desc PropertyDescriptor, throw bool) bool |
| 178 | defineOwnPropertyIdx(name valueInt, desc PropertyDescriptor, throw bool) bool |
| 179 | defineOwnPropertySym(name *Symbol, desc PropertyDescriptor, throw bool) bool |
| 180 | |
| 181 | deleteStr(name unistring.String, throw bool) bool |
| 182 | deleteIdx(idx valueInt, throw bool) bool |
no outgoing calls
no test coverage detected