Historique des commits

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