Bug 159505 - [JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index argument
Summary: [JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-06 23:37 PDT by Benjamin Poulain
Modified: 2016-07-07 12:04 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.12 KB, patch)
2016-07-06 23:38 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-07-06 23:37:08 PDT
[JSC] Array.prototype.includes uses ToInt32 instead of ToInteger on the index argument
Comment 1 Benjamin Poulain 2016-07-06 23:38:40 PDT
Created attachment 282994 [details]
Patch
Comment 2 Mark Lam 2016-07-07 10:45:29 PDT
Comment on attachment 282994 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-07-07 12:04:06 PDT
Comment on attachment 282994 [details]
Patch

Clearing flags on attachment: 282994

Committed r202926: <http://trac.webkit.org/changeset/202926>
Comment 4 WebKit Commit Bot 2016-07-07 12:04:10 PDT
All reviewed patches have been landed.  Closing bug.