Commit History

Author SHA1 Message Date
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 year ago
  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 151eb8606d LibJS: Consistently call observable Temporal AOs with undefined options 3 years ago
  Linus Groh 15f52c5f8e LibJS: Convert Temporal.PlainYearMonth 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 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
  Idan Horowitz c57a78423d LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr 3 years ago
  Luke Wilde 90ada407db LibJS: Implement Temporal.PlainYearMonth.compare 3 years ago
  Luke Wilde 092ec0cecf LibJS: Implement Temporal.PlainYearMonth.from 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 0a8edd5ce7 LibJS: Start implementing Temporal.PlainYearMonth 3 years ago