()
| 165 | } |
| 166 | |
| 167 | func (d *destructKeyedSource) assertConstructor() func(args []Value, newTarget *Object) *Object { |
| 168 | return d.w().assertConstructor() |
| 169 | } |
| 170 | |
| 171 | func (d *destructKeyedSource) proto() *Object { |
| 172 | return d.w().proto() |
nothing calls this directly
no test coverage detected