Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 3 años
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() hace 3 años
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] hace 3 años
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() hace 3 años
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions hace 3 años
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors hace 3 años
  Linus Groh fafc9b07c4 LibJS: Mark AO calls creating a copy of built-in objects as infallible hace 3 años
  Linus Groh c3f1d8f5ba LibJS: Correct section IDs of Temporal .prototype property clauses hace 3 años
  Linus Groh 231acda7f8 LibJS: Fix two bogus spec links hace 3 años
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs hace 3 años
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options hace 3 años
  Linus Groh 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr hace 3 años
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr hace 3 años
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function hace 3 años
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros hace 3 años
  Linus Groh 35bba1c98d LibJS: Convert PlainDate AOs to ThrowCompletionOr hace 3 años
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr hace 3 años
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr hace 3 años
  Linus Groh 08dd1c3e2d LibJS: Convert get_options_object() to ThrowCompletionOr hace 3 años
  Linus Groh 683e31e1ff LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr hace 3 años
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior hace 3 años
  Linus Groh d46c531023 LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO hace 4 años
  Linus Groh e036f4a786 LibJS: Make regulate_iso_date() and iso_date_from_fields() use ISODate hace 4 años
  Brian Gianforcaro b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users hace 4 años
  Idan Horowitz 67b3255fe8 LibJS: Implement Temporal.PlainDate.from hace 4 años
  Idan Horowitz 07485802c6 LibJS: Implement Temporal.PlainDate.compare hace 4 años
  Idan Horowitz 2c6bd3a61b LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar hace 4 años
  Linus Groh c65424d806 LibJS: Fix value of Temporal.PlainDate.length hace 4 años
  Idan Horowitz cc00ccec41 LibJS: Start implementing Temporal.PlainDate hace 4 años