>
> That said, can't the right thing be done using Reflect.construct?
>

It can:

```js
function B() {
return Reflect.construct(A, arguments)
}
```

`instanceof B` will be `false`, though.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to