(u unistring.String)
| 70 | } |
| 71 | |
| 72 | func (d *destructKeyedSource) getOwnPropStr(u unistring.String) Value { |
| 73 | d.recordKey(stringValueFromRaw(u)) |
| 74 | return d.w().getOwnPropStr(u) |
| 75 | } |
| 76 | |
| 77 | func (d *destructKeyedSource) getOwnPropIdx(v valueInt) Value { |
| 78 | d.recordKey(v.toString()) |
nothing calls this directly
no test coverage detected