Linus Groh
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 年之前 |
Idan Horowitz
|
545d403f6b
LibJS: Convert Value operator AOs to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
48ac15758e
LibJS: Convert is_loosely_equal() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
b5e28410c5
LibJS: Convert is_less_than() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
c15a3b0576
LibJS: Convert Value::get() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
85a28a6555
LibJS: Convert to_index() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
aad12b050b
LibJS: Convert to_length() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
750da61c0f
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
99287afc99
LibJS: Convert to_u8() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
1b7dbb6b3b
LibJS: Convert to_i8() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
7bbb92dfe9
LibJS: Convert to_u16() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
627b1205ce
LibJS: Convert to_i16() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
cc94bba5c0
LibJS: Convert to_u32() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
f6a5ff7b00
LibJS: Convert to_i32() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
20d990563c
LibJS: Convert to_number() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
c488f5a59d
LibJS: Convert to_property_key() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
51c33b3b35
LibJS: Convert to_bigint_uint64() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
df181809fd
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
e87cea8248
LibJS: Convert to_bigint() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
b8f101888b
LibJS: Convert to_numeric() to ThrowCompletionOr
|
3 年之前 |
Luke Wilde
|
09536f5f48
LibJS: Fix typo in LHS Object and RHS BigInt loosely equals check
|
3 年之前 |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
9eb065a1f6
LibJS: Convert to_primitive() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
96ab116f0d
LibJS: Convert to_primitive_string() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
da59c77fe3
LibJS: Convert to_utf16_string() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
44e70d1bc0
LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string
|
3 年之前 |
Andreas Kling
|
e67155638c
LibJS: Take advantage of Value::Type::Int32 in a bunch of functions
|
3 年之前 |