Closed
Description
openedon Jan 12, 2016
Stuff like
new Foo(...arguments)
gets rewritten to
new Function.prototype.bind.apply(Foo, [].concat($jscomp.arrayFromIterable(arguments)));
where new
"applies" to apply.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment