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 лет назад |
Timothy Flynn
|
9620a092de
LibJS: Publicly expose double_to_string and rename it number_to_string
|
2 лет назад |
Dan Klishch
|
56aa21a7dc
LibJS: Implement precise double_to_string
|
2 лет назад |
Moustafa Raafat
|
54b8a2b094
LibCrypto: Add a way to compare UnsignedBigInteger with double
|
2 лет назад |
davidot
|
783b1a479d
LibJS: Make string_to_double use the new double parser
|
2 лет назад |
Timothy Flynn
|
e952dca026
LibJS: Expose the StringToNumber AO for public use
|
2 лет назад |
Linus Groh
|
69415f0608
LibJS: Make string_to_bigint() a standalone function
|
2 лет назад |
Linus Groh
|
15e3a99250
LibJS: Trim non-ASCII whitespace as well in StringToBigInt
|
2 лет назад |
Linus Groh
|
c88c33dc22
LibJS: Trim non-ASCII whitespace as well in StringToNumber
|
2 лет назад |
Slappy826
|
f4b3bb519f
LibJS: Handle non-decimal integer literals in Value::to_number
|
2 лет назад |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 лет назад |
davidot
|
e663504df1
LibJS: Fix that leftshift for BigInts did not round down
|
2 лет назад |
davidot
|
cb49c07fb7
LibJS: Use the new BigInt compare_to_double algorithm :^)
|
2 лет назад |
davidot
|
a9d2d806b6
LibJS: Use __builtin_isnan in static_assert instead of isnan
|
2 лет назад |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 лет назад |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 лет назад |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 лет назад |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 лет назад |
davidot
|
0f9434a02c
LibJS: Make StringToNumber case sensitive when falling back to strtod
|
2 лет назад |
davidot
|
e746360b9a
LibJS: Use NaN boxing to decrease the memory size of Values
|
3 лет назад |
Andreas Kling
|
64b29eb459
LibJS: Implement string concatenation using ropes
|
2 лет назад |
Andreas Kling
|
f4c68eb0a4
LibJS: Add PrimitiveString::is_empty() and use it
|
3 лет назад |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 лет назад |
Obinna Ikeh
|
3d99e83a86
LibJS: Update order of parameters in our is_less_than implementation
|
3 лет назад |
Linus Groh
|
b9b3d01bea
LibJS: Add variant of to_integer_or_infinity() for plain doubles
|
3 лет назад |
Linus Groh
|
257375f54c
LibJS: Update comments for Annex B changes to IsLooselyEqual
|
3 лет назад |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 лет назад |
Idan Horowitz
|
0399239e3f
LibJS: Do not negate zero into negative zero in ToIntegerOrInfinity
|
3 лет назад |