index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
BigInt.cpp
Age
Commit message (
Expand
)
Author
2023-02-16
LibJS: Define BigInt::to_string to complement to_deprecated_string
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-10-23
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
Idan Horowitz
2021-08-03
LibJS: Add a js_bigint(VM&, ...) overload and use it
Linus Groh
2021-07-09
LibJS: Tweak error message in the NumberToBigInt abstract operation
Linus Groh
2021-07-08
LibJS: Split out NumberToBigInt from the BigInt constructor
Linus Groh
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling