summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/PropertyName.h
AgeCommit message (Expand)Author
2021-06-25LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T)Linus Groh
2021-06-25LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)Linus Groh
2021-06-22LibJS: Make string to integer parsing for properties more strictdavidot
2021-06-19LibJS: Restructure and fully implement BindingPatternsMatthew Olsson
2021-06-18LibJS: Do not trim whitespace from property names when they're numberssin-ack
2021-06-16LibJS: Automatically & lazily coerce PropertyNames into numbersIdan Horowitz
2021-06-16LibJS: Rename Value::{is_integer => is_integral_number}Idan Horowitz
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-13LibJS: Convert PropertyName and StringOrSymbol to east-const styleAndreas Kling
2021-04-25LibJS: Change PropertyName::as_number() return type to u32Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling