BodilessSleeper
|
18122c0368
LibJS: Replace "is not zero" language in Temporal comments
|
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
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
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
|
00da2e86e6
LibJS/Temporal: Unroll the loop in to_temporal_duration_record
|
2 years ago |
Jonah
|
912867526b
LibJS/Temporal: Unroll the loop in to_temporal_partial_dictation_record
|
2 years ago |
Jonah
|
1cd0b5ad8a
LibJS/Temporal: Reorder Tables by Order of Magnitude
|
2 years ago |
Linus Groh
|
24c0a6e9a4
Revert "LibJS: Add explicit assertion for days"
|
2 years ago |
Smrtnyk
|
56abb01ee3
LibJS: Add explicit assertion for days
|
2 years ago |
Idan Horowitz
|
d795f9c6cf
LibJS: Change dateAdd to a required parameter of MoveRelativeDate
|
2 years ago |
Idan Horowitz
|
3c55643283
LibJS: Add dateAdd to all remaining MoveRelativeDate calls
|
2 years ago |
Idan Horowitz
|
4e79ce4e7a
LibJS: Add optional dateAdd parameter to MoveRelativeDate
|
2 years ago |
Timothy Flynn
|
4fbec2e8b3
LibJS: Replace RoundTowardsZero with truncate
|
2 years ago |
davidot
|
1be337353b
LibJS: Make sure to exactly add nanoseconds in add_duration
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
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
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
8ed28890e4
LibJS: Correct BalanceDurationRelative algorithm
|
2 years ago |
Idan Horowitz
|
d35d106f01
LibJS: Remove invalid CreateDateDurationRecord AO overload
|
3 years ago |
Timothy Flynn
|
a712c7b5e1
LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zero
|
3 years ago |