(all bool, accum []Value)
| 282 | } |
| 283 | |
| 284 | func (d *destructKeyedSource) keys(all bool, accum []Value) []Value { |
| 285 | return d.filterUsedKeys(d.w().keys(all, accum)) |
| 286 | } |
| 287 | |
| 288 | func (d *destructKeyedSource) _putProp(name unistring.String, value Value, writable, enumerable, configurable bool) Value { |
| 289 | return d.w()._putProp(name, value, writable, enumerable, configurable) |
nothing calls this directly
no test coverage detected