Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 2 años
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] hace 2 años
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] hace 2 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 años
  Timothy Flynn aafcdc4c72 LibJS: Allow specifying keyword values not directly defined for a locale hace 3 años
  Timothy Flynn 33698b9615 LibJS+js: Parse new constructor options from Intl.NumberFormat V3 hace 3 años
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 hace 3 años
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records hace 3 años
  Timothy Flynn 066352c9aa LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 hace 3 años
  Timothy Flynn 1a76839e8d LibJS: Use consistent ASCII case-transformation and string language hace 3 años
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations hace 3 años
  Timothy Flynn 89ead8c00a LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package hace 3 años
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) hace 3 años
  Timothy Flynn a120e85596 LibJS: Provide public access to list of sanctioned unit identifiers hace 3 años
  Timothy Flynn 1607a05d4c LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale hace 3 años
  Timothy Flynn f576142fe8 LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols hace 3 años
  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