커밋 기록

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