ladybird/Libraries/LibJS/Tests/builtins/BigInt
Jess 12cbefbee7 LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods
This speeds up expressions such as `BigInt.asIntN(0x4000000000000, 1n)`
(#3615). And those involving very large bigints.
2025-03-20 09:44:12 +01:00
..
bigint-basic.js
bigint-minus.js
bigint-number-mix-errors.js
BigInt.asIntN.js LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods 2025-03-20 09:44:12 +01:00
BigInt.asUintN.js LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods 2025-03-20 09:44:12 +01:00
BigInt.js
BigInt.prototype.@@toStringTag.js
BigInt.prototype.toLocaleString.js
BigInt.prototype.toString.js
BigInt.prototype.valueOf.js