Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays hace 3 años
  Timothy Flynn 16151aa7d5 LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor hace 3 años
  Timothy Flynn bb11437792 LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector hace 3 años
  Timothy Flynn a2f629f38a LibJS: Update spec comments in GetOption and DefaultNumberOption AOs hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible hace 3 años
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr hace 3 años
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr hace 3 años
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr hace 3 años
  Linus Groh 96ab116f0d LibJS: Convert to_primitive_string() to ThrowCompletionOr hace 3 años
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr hace 3 años
  Linus Groh f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
  Idan Horowitz 407cf04884 LibJS: Convert get_number_option() to ThrowCompletionOr hace 3 años
  Idan Horowitz 6d3de03549 LibJS: Convert default_number_option() to ThrowCompletionOr hace 3 años
  Idan Horowitz b9c7a629f8 LibJS: Convert coerce_options_to_object() to ThrowCompletionOr hace 3 años
  Idan Horowitz d0e5fc4576 LibJS: Convert supported_locales() to ThrowCompletionOr hace 3 años
  Idan Horowitz de9785b71b LibJS: Convert Intl::get_option() to ThrowCompletionOr hace 3 años
  Idan Horowitz 3758e65293 LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr hace 3 años
  Timothy Flynn 7f700bd84e LibJS: Make GetNumberOption's "options" object a const reference hace 3 años
  Timothy Flynn 4411e16798 LibJS: Change GetOption AO to accept the options as a concrete Object hace 3 años
  Timothy Flynn 094c390fb1 LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames hace 3 años
  Timothy Flynn e42ba7f748 LibJS: Implement the Intl.NumberFormat constructor hace 3 años
  Timothy Flynn a1954262f8 LibJS: Handle Unicode locale extensions in the ResolveLocale operation hace 3 años
  Timothy Flynn cdba40f7ea LibJS: Implement Intl.ListFormat.prototype.format hace 3 años
  Timothy Flynn 207319ecf1 LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case hace 3 años
  Timothy Flynn 14086c69e7 LibJS: Only remove Unicode locale extensions during the LookupMatcher AO hace 3 años
  Linus Groh 0094259d72 LibJS: Implement Intl.DisplayNames.supportedLocalesOf() hace 3 años
  Timothy Flynn 27fc3cfe75 LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList hace 3 años