(name unistring.String, desc PropertyDescriptor, throw bool)
| 175 | hasOwnPropertySym(s *Symbol) bool |
| 176 | |
| 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 |
no outgoing calls
no test coverage detected