WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-02-14 16:15:39 PST
<
rdar://problem/16075924
>
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
Created
attachment 225111
[details]
Patch
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
Committed
r164630
: <
http://trac.webkit.org/changeset/164630
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug