1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 01:42:35 +00:00
serenity/Userland/Libraries/LibWeb/WebIDL
Andrew Kaster 3441b37de5 LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object
The one current caller of this function always defers microtask
checkpoints before calling wait_for_all, ensuring that the promise
accept/reject handlers will always be called later in the Web event loop
processing. We need to store all the state for the closures in a heap
allocated object with HeapFunctions to keep it around while there are
still promises to resolve.
2024-01-19 11:47:59 +01:00
..
AbstractOperations.cpp LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
AbstractOperations.h LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
Buffers.cpp LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 2023-12-26 11:16:10 +01:00
Buffers.h
CallbackType.cpp
CallbackType.h
DOMException.cpp
DOMException.h
DOMException.idl
ExceptionOr.h
Function.idl
OverloadResolution.cpp LibWeb: Treat BufferSource as a DataView/ArrayBuffer/TA in IDL overloads 2023-12-30 18:50:29 +01:00
OverloadResolution.h
Promise.cpp LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object 2024-01-19 11:47:59 +01:00
Promise.h LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object 2024-01-19 11:47:59 +01:00
Types.h LibWeb: Add IDL integer typedefs 2024-01-02 10:01:26 +01:00