Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 anni fa |
davidot
|
d46be7e7f2
LibJS: Visit internal values in PromiseValueList
|
3 anni fa |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 anni fa |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 anni fa |
Linus Groh
|
245d486ba4
LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
01c2570678
LibJS: Annotate Promise implementation with spec comments
|
3 anni fa |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 anni fa |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 anni fa |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 anni fa |
Andreas Kling
|
971dc44ed3
LibJS: Don't use MarkedValueList in PromiseValueList
|
3 anni fa |
Timothy Flynn
|
949f294444
LibJS: Implement Promise.allSettled on the Promise constructor
|
3 anni fa |
Timothy Flynn
|
4dffa40a8d
LibJS: Implement Promise.any on the Promise constructor
|
3 anni fa |
Timothy Flynn
|
417523507e
LibJS: Generalize PromiseAllResolveElementFunction common functionality
|
3 anni fa |