Andreas Kling
|
6e973ce69b
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 years ago |
Lenny Maiorani
|
a0367aa43b
DevTools+LibJS+LibWeb: Change class_name to use StringView
|
3 years ago |
davidot
|
d46be7e7f2
LibJS: Visit internal values in PromiseValueList
|
3 years ago |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Linus Groh
|
245d486ba4
LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
935075c26e
LibJS: Specify right base for PromiseResolvingElementFunction subclasses
|
3 years ago |
Andreas Kling
|
971dc44ed3
LibJS: Don't use MarkedValueList in PromiseValueList
|
3 years ago |
Timothy Flynn
|
949f294444
LibJS: Implement Promise.allSettled on the Promise constructor
|
3 years ago |
Timothy Flynn
|
4dffa40a8d
LibJS: Implement Promise.any on the Promise constructor
|
3 years ago |
Timothy Flynn
|
417523507e
LibJS: Generalize PromiseAllResolveElementFunction common functionality
|
3 years ago |