Commit History

Author SHA1 Message Date
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  BodilessSleeper 90b43712e6 LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation 2 years ago
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 years ago
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 years ago
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 years ago
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 years ago
  Linus Groh fafc9b07c4 LibJS: Mark AO calls creating a copy of built-in objects as infallible 3 years ago
  Linus Groh c3f1d8f5ba LibJS: Correct section IDs of Temporal .prototype property clauses 3 years ago
  Linus Groh 231acda7f8 LibJS: Fix two bogus spec links 3 years ago
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs 3 years ago
  Linus Groh 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options 3 years ago
  Linus Groh 2093128b24 LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr 3 years ago
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 years ago
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 years ago
  Linus Groh 35bba1c98d LibJS: Convert PlainDate AOs to ThrowCompletionOr 3 years ago
  Linus Groh f8d92232c8 LibJS: Convert Calendar AOs to ThrowCompletionOr 3 years ago
  Linus Groh 9f03647f1f LibJS: Convert to_temporal_overflow() to ThrowCompletionOr 3 years ago
  Linus Groh 08dd1c3e2d LibJS: Convert get_options_object() to ThrowCompletionOr 3 years ago
  Linus Groh 683e31e1ff LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr 3 years ago
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior 3 years ago
  Linus Groh d46c531023 LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO 3 years ago
  Linus Groh e036f4a786 LibJS: Make regulate_iso_date() and iso_date_from_fields() use ISODate 4 years ago
  Brian Gianforcaro b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 years ago