(proto *Object, throw bool)
| 173 | } |
| 174 | |
| 175 | func (d *destructKeyedSource) setProto(proto *Object, throw bool) bool { |
| 176 | return d.w().setProto(proto, throw) |
| 177 | } |
| 178 | |
| 179 | func (d *destructKeyedSource) hasInstance(v Value) bool { |
| 180 | return d.w().hasInstance(v) |