ladybird/Libraries/LibWeb/Streams
Shannon Booth 1e54003cb1 LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
Now that the heap has no knowledge about a JavaScript realm and is
purely for managing the memory of the heap, it does not make sense
to name this function to say that it is a non-realm variant.
2024-11-13 16:51:44 -05:00
..
AbstractOperations.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
AbstractOperations.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ByteLengthQueuingStrategy.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
ByteLengthQueuingStrategy.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ByteLengthQueuingStrategy.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CountQueuingStrategy.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
CountQueuingStrategy.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CountQueuingStrategy.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
QueuingStrategy.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
QueuingStrategy.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
QueuingStrategyInit.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
QueuingStrategyInit.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableByteStreamController.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableByteStreamController.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableByteStreamController.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStream.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
ReadableStream.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStream.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamBYOBReader.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
ReadableStreamBYOBReader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamBYOBReader.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamBYOBRequest.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamBYOBRequest.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamBYOBRequest.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamDefaultController.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamDefaultController.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamDefaultController.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamDefaultReader.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
ReadableStreamDefaultReader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamDefaultReader.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamGenericReader.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamGenericReader.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ReadableStreamGenericReader.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Transformer.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Transformer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransformStream.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
TransformStream.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransformStream.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransformStreamDefaultController.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransformStreamDefaultController.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TransformStreamDefaultController.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
UnderlyingSink.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
UnderlyingSink.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
UnderlyingSource.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
UnderlyingSource.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStream.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
WritableStream.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStream.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStreamDefaultController.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStreamDefaultController.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStreamDefaultController.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStreamDefaultWriter.cpp LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
WritableStreamDefaultWriter.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WritableStreamDefaultWriter.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00