(idx valueInt)
| 499 | } |
| 500 | |
| 501 | func (p *proxyObject) hasOwnPropertyIdx(idx valueInt) bool { |
| 502 | return p.getOwnPropIdx(idx) != nil |
| 503 | } |
| 504 | |
| 505 | func (p *proxyObject) hasOwnPropertySym(s *Symbol) bool { |
| 506 | return p.getOwnPropSym(s) != nil |
nothing calls this directly
no test coverage detected