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
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 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 df67f4978e LibJS: Convert Temporal.Now functions to ThrowCompletionOr 3 years ago
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 years ago
  Linus Groh 6bdd62b51b LibJS: Convert Now AOs to ThrowCompletionOr 3 years ago
  Linus Groh a06bd451d4 LibJS: Implement Temporal.Now.zonedDateTimeISO() 4 years ago
  Linus Groh 36c79c2989 LibJS: Implement Temporal.Now.zonedDateTime() 4 years ago
  Linus Groh 5e64156fce LibJS: Implement Temporal.Now.plainTimeISO() 4 years ago
  Linus Groh af3a26f4cc LibJS: Implement Temporal.Now.plainDateTimeISO() 4 years ago
  Linus Groh 0bb19fc51c LibJS: Implement Temporal.Now.plainDateTime() 4 years ago
  Linus Groh f2a2e8e13c LibJS: Implement Temporal.Now.plainDateISO() 4 years ago
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() 4 years ago
  Linus Groh 6c8f0fbb35 LibJS: Use more specific return types for some Temporal AOs 4 years ago
  Linus Groh 3a39ff8f40 LibJS: Implement Temporal.now.instant() 4 years ago
  Linus Groh 6cd16eceb3 LibJS: Implement Temporal.now.timeZone() 4 years ago
  Linus Groh 7da1fcb2ef LibJS: Add the Temporal.now namespace object 4 years ago