summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/BigInt.h
AgeCommit message (Expand)Author
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2022-12-07LibJS: Replace standalone js_bigint() with BigInt::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-08-23LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]Linus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2021-10-30LibJS: Mark single argument BigInt() constructor as 'explicit'Linus Groh
2021-10-23LibJS: Convert the NumberToBigInt AO to ThrowCompletionOrIdan Horowitz
2021-08-03LibJS: Add a js_bigint(VM&, ...) overload and use itLinus Groh
2021-07-08LibJS: Split out NumberToBigInt from the BigInt constructorLinus Groh
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-05-17LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling