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-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-10
LibJS: Optimize PropertyName and StringPrototype for size
Brian Gianforcaro
2021-09-11
LibJS: Use move semantics more when creating Reference objects
Andreas Kling
2021-07-07
LibJS: Add a way of constructing PropertyName with values above 2**32-1
davidot
2021-07-06
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
Linus Groh
2021-07-05
LibJS: Remove PropertyName::to_value since it is not used anymore :^)
davidot
2021-07-04
LibJS: Handle invalid and symbol PropertyName in its AK::Formatter
Linus Groh
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