提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 年之前
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 年之前
  Timothy Flynn 6d49eab8a6 LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC" 2 年之前
  Linus Groh b41e7b7e86 LibJS: Replace to_deprecated_string() with to_string() in Temporal 2 年之前
  Timothy Flynn 9e4dbea0ee LibJS: Use String::join and String::trim in Temporal AOs 2 年之前
  Linus Groh 70e8a9bc8b LibJS: Remove unused is_valid_time_zone_numeric_utc_offset_syntax() 2 年之前
  Linus Groh bb0362ec3b LibJS: Port builtin_time_zone_get_offset_string_for() to String 2 年之前
  Linus Groh 95becb22ef LibJS: Port format_iso_time_zone_offset_string() to String 2 年之前
  Linus Groh c2656f4ee7 LibJS: Port format_time_zone_offset_string() to String 2 年之前
  Linus Groh 5a2dfc52f8 LibJS: Port create_temporal_time_zone() to String 2 年之前
  Linus Groh 0f5f9acc9c LibJS: Port canonicalize_time_zone_name() to String 2 年之前
  Linus Groh 4a7d6670d8 LibJS: Port calendar / time zone members of Temporal* structs to String 2 年之前
  Linus Groh 90a1de564c LibJS: Make parse_temporal_*_string() take a StringView 2 年之前
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年之前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年之前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年之前
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh b0e7d59b8b LibJS: Throw on conversion from TimeZone to Calendar and vice versa 2 年之前
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 年之前
  Linus Groh 57162ad510 LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName 2 年之前
  Linus Groh 72997c6b77 LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones 2 年之前
  Linus Groh 484c66125d LibJS: Rename Get{IANA => Named}TimeZonePreviousTransition 2 年之前
  Linus Groh 8cc260107d LibJS: Rename Get{IANA => Named}TimeZoneNextTransition 2 年之前
  Luke Wilde f7bb79d6d1 LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone 2 年之前
  Timothy Flynn 443ffab9dc LibJS: Use infallible ParseTimeZoneOffsetString 2 年之前
  Timothy Flynn d992cba014 LibJS: Remove Temporal::DefaultTimeZone 2 年之前