(symbol *Symbol)
| 80 | } |
| 81 | |
| 82 | func (d *destructKeyedSource) getOwnPropSym(symbol *Symbol) Value { |
| 83 | d.recordKey(symbol) |
| 84 | return d.w().getOwnPropSym(symbol) |
| 85 | } |
| 86 | |
| 87 | func (d *destructKeyedSource) setOwnStr(p unistring.String, v Value, throw bool) bool { |
| 88 | return d.w().setOwnStr(p, v, throw) |
nothing calls this directly
no test coverage detected