ladybird/Userland/Libraries/LibWeb/WebIDL
Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Callers that are already in a fallible context will now TRY to allocate
cells. Callers in infallible contexts get a FIXME.
2023-01-29 00:02:45 +00:00
..
AbstractOperations.cpp
AbstractOperations.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CallbackType.cpp
CallbackType.h
DOMException.cpp LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
DOMException.h LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2023-01-29 00:02:45 +00:00
DOMException.idl
ExceptionOr.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
OverloadResolution.cpp LibWeb: Fix WebIDL overload resolution with platform object arguments 2022-11-30 14:43:22 +01:00
OverloadResolution.h
Promise.cpp LibJS: Convert Promise::create() to NonnullGCPtr 2022-12-14 09:59:45 +00:00
Promise.h