(p unistring.String, v Value, throw bool)
| 85 | } |
| 86 | |
| 87 | func (d *destructKeyedSource) setOwnStr(p unistring.String, v Value, throw bool) bool { |
| 88 | return d.w().setOwnStr(p, v, throw) |
| 89 | } |
| 90 | |
| 91 | func (d *destructKeyedSource) setOwnIdx(p valueInt, v Value, throw bool) bool { |
| 92 | return d.w().setOwnIdx(p, v, throw) |