(p unistring.String, v, receiver Value, throw bool)
| 97 | } |
| 98 | |
| 99 | func (d *destructKeyedSource) setForeignStr(p unistring.String, v, receiver Value, throw bool) (res bool, handled bool) { |
| 100 | return d.w().setForeignStr(p, v, receiver, throw) |
| 101 | } |
| 102 | |
| 103 | func (d *destructKeyedSource) setForeignIdx(p valueInt, v, receiver Value, throw bool) (res bool, handled bool) { |
| 104 | return d.w().setForeignIdx(p, v, receiver, throw) |
nothing calls this directly
no test coverage detected