Idan Horowitz
|
5af8f72d54
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
81bdb20c61
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
0d602c5ec5
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
4e4db65e26
LibJS: Remove now-redundant TemporaryClearException from Promise methods
|
3 lat temu |
Timothy Flynn
|
f8e46ec296
LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
4fb948d8e7
LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression
|
3 lat temu |
Timothy Flynn
|
9064491a47
LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr
|
3 lat temu |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
ec54a7b5b0
LibJS: Implement IteratorClose with Completions and align to the spec
|
3 lat temu |
Timothy Flynn
|
7b4814f74c
LibJS: Convert IteratorValue AO to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
a64752cd34
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
8be1caa05d
LibJS: Convert IteratorStep AO to ThrowCompletionOr
|
3 lat temu |
Timothy Flynn
|
860a37640b
LibJS: Convert GetIterator AO to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 lat temu |
Idan Horowitz
|
ca27e5eff5
LibJS: Convert NativeFunction callback to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 lat temu |
Idan Horowitz
|
56e769e4ba
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
|
3 lat temu |
Idan Horowitz
|
c15a3b0576
LibJS: Convert Value::get() to ThrowCompletionOr
|
3 lat temu |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 lat temu |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 lat temu |
Linus Groh
|
1d45541278
LibJS: Convert Object::set() to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 lat temu |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 lat temu |
Andreas Kling
|
971dc44ed3
LibJS: Don't use MarkedValueList in PromiseValueList
|
3 lat temu |
Timothy Flynn
|
4f186a9a1f
LibJS: Implement Promise.race on the Promise constructor
|
3 lat temu |
Timothy Flynn
|
949f294444
LibJS: Implement Promise.allSettled on the Promise constructor
|
3 lat temu |
Timothy Flynn
|
4dffa40a8d
LibJS: Implement Promise.any on the Promise constructor
|
3 lat temu |
Timothy Flynn
|
5b303721e0
LibJS: Generalize PerformPromiseAll common functionality
|
3 lat temu |
Timothy Flynn
|
417523507e
LibJS: Generalize PromiseAllResolveElementFunction common functionality
|
3 lat temu |
Timothy Flynn
|
dee3b7b8c9
LibJS: Implement Promise.all on the Promise constructor
|
3 lat temu |