Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 年之前 |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 年之前 |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 年之前 |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 年之前 |
Timothy Flynn
|
03b251a704
LibJS: Convert IterableToList AO to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
ebf57df431
LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
867b19affb
LibJS: Convert install_error_cause() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 年之前 |
Idan Horowitz
|
6787e86a3a
LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AO
|
4 年之前 |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 年之前 |
Linus Groh
|
8f6ac0db1c
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
|
4 年之前 |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 年之前 |
Linus Groh
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 年之前 |
Linus Groh
|
cbd7437d40
LibJS: Implement AggregateError
|
4 年之前 |