(v valueInt)
| 75 | } |
| 76 | |
| 77 | func (d *destructKeyedSource) getOwnPropIdx(v valueInt) Value { |
| 78 | d.recordKey(v.toString()) |
| 79 | return d.w().getOwnPropIdx(v) |
| 80 | } |
| 81 | |
| 82 | func (d *destructKeyedSource) getOwnPropSym(symbol *Symbol) Value { |
| 83 | d.recordKey(symbol) |
nothing calls this directly
no test coverage detected