Bug 179900 - [ESNext][BigInt] Implement BigInt Unary operations
Summary: [ESNext][BigInt] Implement BigInt Unary operations
Status: RESOLVED FIXED
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: 182214 182215 182216
Blocks: 179001
  Show dependency treegraph
 
Reported: 2017-11-20 16:06 PST by Caio Lima
Modified: 2020-04-18 16:56 PDT (History)
1 user (show)

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:06:48 PST
Suport unary operations on BigInts such as "+", "-", "~", "!".
Comment 1 Robin Morisset 2020-04-18 16:56:05 PDT
This has visibly already landed a while ago.