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