ladybird/Userland/Libraries/LibWeb/Encoding
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
..
TextDecoder.cpp LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
TextDecoder.h LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2023-01-29 00:02:45 +00:00
TextDecoder.idl LibWeb: Implement a very basic version of TextDecoder 2022-02-16 22:48:32 +03:30
TextEncoder.cpp LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
TextEncoder.h LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2023-01-29 00:02:45 +00:00
TextEncoder.idl LibWeb: Implement TextEncoder.prototype.encoding 2021-12-12 20:58:36 +01:00