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
/
BigIntConstructor.cpp
Age
Commit message (
Expand
)
Author
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-08
LibJS: Split out NumberToBigInt from the BigInt constructor
Linus Groh
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-02
LibJS: Remove declarations of some TODO()'d BigInt and Promise functions
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-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling