(name unistring.String, throw 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 |
| 183 | deleteSym(s *Symbol, throw bool) bool |
| 184 |
no outgoing calls
no test coverage detected