ladybird/Userland/Libraries/LibWeb/WebIDL
Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
This commit introduces a WEB_SET_PROTOTYPE_FOR_INTERFACE macro that
caches the interface name in a local static FlyString. This means that
we only pay for FlyString-from-literal lookup once per browser lifetime
instead of every time the interface is instantiated.
2024-03-16 16:35:54 +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
Buffers.h
CallbackType.cpp
CallbackType.h
DOMException.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
DOMException.h
DOMException.idl
ExceptionOr.h LibWeb: Add and use a helper to reject a promise with an exception 2024-03-08 14:14:57 -05:00
Function.idl
ObservableArray.cpp LibWeb/WebIDL: Introduce ObservableArray 2024-03-08 16:31:21 +01:00
ObservableArray.h LibWeb: Add ObservableArray::for_each() 2024-03-09 16:13:32 +01:00
OverloadResolution.cpp
OverloadResolution.h
Promise.cpp LibWeb: Add and use a helper to reject a promise with an exception 2024-03-08 14:14:57 -05:00
Promise.h LibWeb: Add and use a helper to reject a promise with an exception 2024-03-08 14:14:57 -05:00
Types.h