ladybird/Userland/Libraries/LibWeb/Encoding
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
..
TextDecoder.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
TextDecoder.h LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types 2023-11-24 08:43:35 +01:00
TextDecoder.idl LibWeb: Add constructor options to TextDecoder 2023-10-29 21:44:53 +01:00
TextEncoder.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
TextEncoder.h LibWeb: Use WebIDL types where possible instead of C types 2024-02-26 19:26:13 +00:00
TextEncoder.idl LibWeb: Add TextEncoder encodeInto 2023-10-29 21:44:53 +01:00