Historique des commits

Auteur SHA1 Message Date
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible il y a 3 ans
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr il y a 3 ans
  Linus Groh 96ab116f0d LibJS: Convert to_primitive_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr il y a 3 ans
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 407cf04884 LibJS: Convert get_number_option() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 6d3de03549 LibJS: Convert default_number_option() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz b9c7a629f8 LibJS: Convert coerce_options_to_object() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz d0e5fc4576 LibJS: Convert supported_locales() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz de9785b71b LibJS: Convert Intl::get_option() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 3758e65293 LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 7f700bd84e LibJS: Make GetNumberOption's "options" object a const reference il y a 3 ans
  Timothy Flynn 4411e16798 LibJS: Change GetOption AO to accept the options as a concrete Object il y a 3 ans
  Timothy Flynn 094c390fb1 LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames il y a 3 ans
  Timothy Flynn e42ba7f748 LibJS: Implement the Intl.NumberFormat constructor il y a 3 ans
  Timothy Flynn a1954262f8 LibJS: Handle Unicode locale extensions in the ResolveLocale operation il y a 3 ans
  Timothy Flynn cdba40f7ea LibJS: Implement Intl.ListFormat.prototype.format il y a 3 ans
  Timothy Flynn 207319ecf1 LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case il y a 3 ans
  Timothy Flynn 14086c69e7 LibJS: Only remove Unicode locale extensions during the LookupMatcher AO il y a 3 ans
  Linus Groh 0094259d72 LibJS: Implement Intl.DisplayNames.supportedLocalesOf() il y a 3 ans
  Timothy Flynn 27fc3cfe75 LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList il y a 3 ans
  Timothy Flynn 17639a42ae LibJS: Implement the Intl.Locale constructor il y a 3 ans
  Timothy Flynn 940c023e09 LibJS: Compare Unicode locale variants using case-insensitive matching il y a 3 ans
  Timothy Flynn fdedb3ab33 LibJS: Remove duplicated error message from ErrorTypes.h il y a 3 ans
  Timothy Flynn d13142f015 LibJS+LibUnicode: Store parsed Unicode locale data as full strings il y a 3 ans
  Timothy Flynn 6f5fb87d3b LibJS: Handle Unicode locale extensions in LookupMatcher AO il y a 3 ans
  Timothy Flynn a2f0eeff7a LibJS: Canonicalize Unicode locale extension attributes and keywords il y a 3 ans