(p *Symbol, receiver Value)
| 65 | } |
| 66 | |
| 67 | func (d *destructKeyedSource) getSym(p *Symbol, receiver Value) Value { |
| 68 | d.recordKey(p) |
| 69 | return d.w().getSym(p, receiver) |
| 70 | } |
| 71 | |
| 72 | func (d *destructKeyedSource) getOwnPropStr(u unistring.String) Value { |
| 73 | d.recordKey(stringValueFromRaw(u)) |