(s *Symbol, v, receiver Value, throw bool)
| 711 | } |
| 712 | |
| 713 | func (p *proxyObject) setForeignSym(s *Symbol, v, receiver Value, throw bool) (bool, bool) { |
| 714 | return p.proxySetSym(s, v, receiver, throw), true |
| 715 | } |
| 716 | |
| 717 | func (p *proxyObject) proxyDeleteCheck(trapResult bool, targetProp Value, name fmt.Stringer, target *Object, throw bool) { |
| 718 | if trapResult { |
nothing calls this directly
no test coverage detected