summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/PropertyName.h
AgeCommit message (Expand)Author
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-10LibJS: Optimize PropertyName and StringPrototype for sizeBrian Gianforcaro
2021-09-11LibJS: Use move semantics more when creating Reference objectsAndreas Kling
2021-07-07LibJS: Add a way of constructing PropertyName with values above 2**32-1davidot
2021-07-06LibJS: Don't treat 2^32 - 1 as numeric PropertyNameLinus Groh
2021-07-05LibJS: Remove PropertyName::to_value since it is not used anymore :^)davidot
2021-07-04LibJS: Handle invalid and symbol PropertyName in its AK::FormatterLinus Groh
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