Commit History

Author SHA1 Message Date
  Shannon Booth 6d4eda0028 LibJS: Make CreateTemporalDuration return a NonnullGCPtr 1 year ago
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 year ago
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 year ago
  Daniel Bertalan 96b197ef46 LibJS/Temporal: Perform floating point arithmetic in RoundTime 2 years ago
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
  Linus Groh b41e7b7e86 LibJS: Replace to_deprecated_string() with to_string() in Temporal 2 years ago
  Linus Groh cfb4b44691 LibJS: Port temporal_time_to_string() to String 2 years ago
  Linus Groh 227379a1da LibJS: Port prepare_temporal_fields() and calendar_fields() to String 2 years ago
  Linus Groh 90a1de564c LibJS: Make parse_temporal_*_string() take a StringView 2 years ago
  Linus Groh 82ba940646 LibJS: Port format_seconds_string_part() to String 2 years ago
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 years ago
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 years ago
  Jonah b45225dbac LibJS/Temporal: Unroll the loop in to_temporal_time_record 2 years ago
  Jonah 1cd0b5ad8a LibJS/Temporal: Reorder Tables by Order of Magnitude 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  davidot 6989f304bc LibJS: Remove now unnecessary i32 casts when constructing BigIntegers 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh fb47a87340 LibJS: Add previously skipped assertion in RegulateTime 2 years ago
  Idan Horowitz d35d106f01 LibJS: Remove invalid CreateDateDurationRecord AO overload 3 years ago
  Linus Groh 11a6702cef LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTime 3 years ago
  Linus Groh ee0d5d6649 LibJS: Refactor common option reading into the GetDifferenceSettings AO 3 years ago
  Linus Groh f54ed48ef1 LibJS: Assert AddTime is called with a valid time 3 years ago