Historique des commits

Auteur SHA1 Message Date
  davidot cb44fc528b LibJS: Add a way of constructing PropertyName with values above 2**32-1 il y a 4 ans
  Linus Groh 83f61748a5 LibJS: Don't treat 2^32 - 1 as numeric PropertyName il y a 4 ans
  davidot f998cc156f LibJS: Remove PropertyName::to_value since it is not used anymore :^) il y a 4 ans
  Linus Groh 777a93918f LibJS: Handle invalid and symbol PropertyName in its AK::Formatter il y a 4 ans
  Linus Groh a59ba0e21f LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T) il y a 4 ans
  Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) il y a 4 ans
  davidot f7e2994f35 LibJS: Make string to integer parsing for properties more strict il y a 4 ans
  Matthew Olsson ce04c2259f LibJS: Restructure and fully implement BindingPatterns il y a 4 ans
  sin-ack c5073cb287 LibJS: Do not trim whitespace from property names when they're numbers il y a 4 ans
  Idan Horowitz b9d9187feb LibJS: Automatically & lazily coerce PropertyNames into numbers il y a 4 ans
  Idan Horowitz 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} il y a 4 ans
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction il y a 4 ans
  Andreas Kling 240d2f88d3 LibJS: Convert PropertyName and StringOrSymbol to east-const style il y a 4 ans
  Linus Groh aef502e8e0 LibJS: Change PropertyName::as_number() return type to u32 il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans