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
/
PropertyName.h
Age
Commit message (
Expand
)
Author
2021-06-25
LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T)
Linus Groh
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-22
LibJS: Make string to integer parsing for properties more strict
davidot
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-16
LibJS: Automatically & lazily coerce PropertyNames into numbers
Idan Horowitz
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Convert PropertyName and StringOrSymbol to east-const style
Andreas Kling
2021-04-25
LibJS: Change PropertyName::as_number() return type to u32
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