(s *Symbol)
| 503 | } |
| 504 | |
| 505 | func (p *proxyObject) hasOwnPropertySym(s *Symbol) bool { |
| 506 | return p.getOwnPropSym(s) != nil |
| 507 | } |
| 508 | |
| 509 | func (p *proxyObject) proxyGetOwnPropertyDescriptor(targetProp Value, target *Object, trapResult Value, name fmt.Stringer) Value { |
| 510 | r := p.val.runtime |
nothing calls this directly
no test coverage detected