WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
186473
[DFG] ArraySlice should support arguments types
https://bugs.webkit.org/show_bug.cgi?id=186473
Summary
[DFG] ArraySlice should support arguments types
Yusuke Suzuki
Reported
2018-06-10 06:47:31 PDT
So frequent use of Array#slice is converting arguments to arrays by var slice = Array.prototype.slice; slice.call(arguments); Our DFG pipeline only supports ArraySlice with JS Array types. JSC DFG should support ArraySlice with arguments.
Attachments
Add attachment
proposed patch, testcase, etc.
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