summaryrefslogtreecommitdiff
path: root/js/src/vm/BigIntType.h
Commit message (Expand)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC.Brian Smith2023-09-17
* Issue #2026 - Part 2b - Format BigInts representable as int64_t without first...Brian Smith2023-07-25
* Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.Brian Smith2023-07-24
* Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
* Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType.Brian Smith2023-07-13
* Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects.Brian Smith2023-07-13
* Issue #1240 - Part 1 - Define a new BigInt primitive type.Brian Smith2023-07-13