mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 03:52:35 +00:00
This reduces the size of WebIDL::ExceptionOr<T> as follows for a few different Ts: WebIDL::ExceptionOr<void>: 48 bytes to 40 bytes WebIDL::ExceptionOr<JS::Value>: 48 bytes to 40 bytes WebIDL::ExceptionOr<String>: 56 bytes to 40 bytes |
||
|---|---|---|
| .. | ||
| AbstractOperations.cpp | ||
| AbstractOperations.h | ||
| CallbackType.cpp | ||
| CallbackType.h | ||
| DOMException.cpp | ||
| DOMException.h | ||
| DOMException.idl | ||
| ExceptionOr.h | ||
| OverloadResolution.cpp | ||
| OverloadResolution.h | ||
| Promise.cpp | ||
| Promise.h | ||