Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type vor 1 Jahr
  Timothy Flynn f31540e419 LibJS: Implement time zone identifier AOs centrally within Date vor 1 Jahr
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  kleines Filmröllchen effcd080ca Userland: Remove remaining users of Duration::now_realtime() vor 2 Jahren
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration vor 2 Jahren
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr vor 2 Jahren
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 5a2dfc52f8 LibJS: Port create_temporal_time_zone() to String vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() vor 2 Jahren
  Timothy Flynn d992cba014 LibJS: Remove Temporal::DefaultTimeZone vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger vor 2 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 2 Jahren
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] vor 2 Jahren
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 2 Jahren
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors vor 2 Jahren
  Linus Groh c6f7214a60 LibJS: Replace magic nanosecond numbers with constants vor 3 Jahren
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS vor 3 Jahren
  Linus Groh f0523aa098 LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs vor 3 Jahren
  Linus Groh 83e8dfae38 LibJS: Use AK::Time in system_utc_epoch_nanoseconds() vor 3 Jahren
  Linus Groh e087cd574e LibJS: Rename variables to 'calendarLike' in a couple of places vor 3 Jahren
  Linus Groh df67f4978e LibJS: Convert Temporal.Now functions to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function vor 3 Jahren
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros vor 3 Jahren
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable vor 3 Jahren