C. Scott Ananian (2014-06-12T18:47:00.000Z)
On Thu, Jun 12, 2014 at 2:30 PM, Jason Orendorff
<jason.orendorff at gmail.com> wrote:
> I *really* wish we just had an @@new for this, such that
>     new C(...args)
> is just shorthand for
>    C[Symbol.new](...args)
> and the construct trap could be removed from proxies altogether.  :-|

+1.

`Function.@@new` could be added to ES7, but the ugly construct trap
will be with us forever.
  --scott
domenic at domenicdenicola.com (2014-06-20T19:34:51.316Z)
+1.

`Function.@@new` could be added to ES7, but the ugly construct trap
will be with us forever.