Bug 179901 - [ESNext][BigInt] Support comparison operators
Summary: [ESNext][BigInt] Support comparison operators
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 184474
Blocks: 179001
  Show dependency treegraph
 
Reported: 2017-11-20 16:09 PST by Caio Lima
Modified: 2018-10-22 11:47 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 Caio Lima 2017-11-20 16:09:12 PST
Support ">=", "==", "!=", "<", ">", "<=" with BigInt
Comment 1 Caio Lima 2018-10-22 11:47:13 PDT
Already implemented