Commit History

作者 SHA1 備註 提交日期
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Timothy Flynn e86e59699d LibJS: Use Object's new deferred instrinsic storage for GlobalObject 2 年之前
  Timothy Flynn 92f4f40198 LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical* 2 年之前
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 年之前
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 年之前
  Timothy Flynn 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 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 年之前
  Timothy Flynn c657f23e6f LibJS: Remove hard-coded lists of collation types 3 年之前
  Timothy Flynn 4d32f38a76 LibJS: Partially implement Intl.Locale.prototype.collations property 3 年之前
  Idan Horowitz 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 3 年之前
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 年之前
  Linus Groh 70593b7448 LibJS: Update for structured headers added to various Temporal AOs 3 年之前
  Timothy Flynn 066352c9aa LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 3 年之前
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  Timothy Flynn fb08a5a896 LibJS: Implement Intl.supportedValuesOf 3 年之前
  Idan Horowitz a3bc06bb23 LibJS: Start implementing Intl.Segmenter 3 年之前
  Timothy Flynn 4a3e142d55 LibJS: Implement a nearly empty Intl.Collator object 3 年之前
  Timothy Flynn 0087804d10 LibJS: Implement a nearly empty Intl.PluralRules object 3 年之前
  Timothy Flynn 79fdec85de LibJS: Implement a nearly empty Intl.RelativeTimeFormat object 3 年之前
  Timothy Flynn 75b2a09a2f LibJS: Implement a nearly empty Intl.DateTimeFormat object 3 年之前
  Linus Groh 68df9e4dfb LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOr 3 年之前