Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions il y a 3 ans
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr il y a 3 ans
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 1da8faebf5 LibJS: Convert perform_eval to ThrowCompletionOr il y a 3 ans
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm il y a 3 ans
  Linus Groh 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment il y a 3 ans
  Timothy Flynn 07f12b108b LibJS: Implement a nearly empty Intl.NumberFormat object il y a 3 ans
  Timothy Flynn 8e75e5fabb LibJS: Implement a nearly empty Intl.ListFormat object il y a 3 ans
  Timothy Flynn 2c10e9fdd3 LibJS: Implement a nearly empty Intl.Locale object il y a 3 ans
  Linus Groh 8bcda353a2 LibJS: Avoid transitions for more object properties in global object il y a 4 ans
  Linus Groh 222e518a53 LibJS: Avoid pointless transitions and metadata lookups in storage_set() il y a 4 ans
  Timothy Flynn 0fb4e8b749 LibJS: Implement a nearly empty Intl.DisplayNames object il y a 4 ans
  Linus Groh be07e2e91b LibJS: Start implementing Temporal.PlainMonthDay il y a 4 ans
  Linus Groh 44a8b55c50 LibJS: Add preparation for Intl constructors and prototypes il y a 4 ans
  Linus Groh a37dcf8ca7 LibJS: Add the Intl namespace object :^) il y a 4 ans
  Linus Groh 0a8edd5ce7 LibJS: Start implementing Temporal.PlainYearMonth il y a 4 ans
  Linus Groh cfb77b66e5 LibJS: Start implementing Temporal.ZonedDateTime il y a 4 ans
  Linus Groh ae4bf8fc32 LibJS: Start implementing Temporal.PlainTime il y a 4 ans
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() il y a 4 ans
  Linus Groh 1c1354db07 LibJS: Store the %Array.prototype.values% intrinsic on the global object il y a 4 ans
  Linus Groh 4be3196882 LibJS: Start implementing Temporal.PlainDateTime il y a 4 ans
  Idan Horowitz cc00ccec41 LibJS: Start implementing Temporal.PlainDate il y a 4 ans
  Timothy Flynn cfddcad7cf LibJS: Implement the RegExpStringIterator object il y a 4 ans
  Linus Groh 7921d8ba91 LibJS: Start implementing Temporal.Duration il y a 4 ans
  Linus Groh a2f1d79765 LibJS: Start implementing Temporal.Calendar il y a 4 ans
  Timothy Flynn a61723ec59 LibJS: Begin implementing Atomics il y a 4 ans
  Linus Groh 47fb4286c7 LibJS: Start implementing Temporal.Instant il y a 4 ans
  Linus Groh 265e89367e LibJS: Start implementing Temporal.TimeZone il y a 4 ans
  Linus Groh 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes il y a 4 ans
  Linus Groh 8269921212 LibJS: Add the Temporal namespace object :^) il y a 4 ans