Historique des commits

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