RESOLVED FIXED 128853
Spread operator has a bad time when applied to call function
https://bugs.webkit.org/show_bug.cgi?id=128853
Summary Spread operator has a bad time when applied to call function
Oliver Hunt
Reported 2014-02-14 16:15:05 PST
function apply() { return this.apply(...arguments); } Crashes in a sad and unhappy way, similar bad behaviour happens for call :-(
Attachments
Patch (46.73 KB, patch)
2014-02-24 19:00 PST, Oliver Hunt
ggaren: review+
Radar WebKit Bug Importer
Comment 1 2014-02-14 16:15:39 PST
Oliver Hunt
Comment 2 2014-02-24 16:12:36 PST
Making this bug track the more complicated .call case
Oliver Hunt
Comment 3 2014-02-24 19:00:14 PST
Geoffrey Garen
Comment 4 2014-02-24 19:55:30 PST
Comment on attachment 225111 [details] Patch r=me
Oliver Hunt
Comment 5 2014-02-24 22:54:14 PST
Note You need to log in before you can comment on or make changes to this bug.