(s *Symbol)
| 173 | hasOwnPropertyStr(unistring.String) bool |
| 174 | hasOwnPropertyIdx(valueInt) 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 |
no outgoing calls
no test coverage detected