Bug 197360 - [JSC] Set does not unify `NaN` and `0/0`
Summary: [JSC] Set does not unify `NaN` and `0/0`
Status: RESOLVED DUPLICATE of bug 197362
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-28 21:58 PDT by Yusuke Suzuki
Modified: 2019-04-29 15:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-04-28 21:58:33 PDT
print(new Set([NaN, 0/0]).size); // => 2
https://twitter.com/vijaiendran/status/1121894301582024704
Comment 1 Yusuke Suzuki 2019-04-29 15:32:12 PDT

*** This bug has been marked as a duplicate of bug 197362 ***