ladybird/Libraries/LibJS/Heap
Andreas Kling 2852ce4954 LibJS: Always inline HeapBlock::allocate()
This thing is so simple and sits on the hot path so just inline it.
2020-10-04 19:25:49 +02:00
..
DeferGC.h LibJS: Add DeferGC, a RAII way to prevent GC temporarily 2020-04-19 12:09:32 +02:00
Handle.cpp LibJS: Add missing copyright headers 2020-03-18 20:21:06 +01:00
Handle.h Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Heap.cpp LibJS: Replace a few dbg() with dbgln() 2020-10-04 19:22:02 +02:00
Heap.h LibJS: Remove unused Heap::interpreter() 2020-10-04 17:03:33 +02:00
HeapBlock.cpp LibJS: Always inline HeapBlock::allocate() 2020-10-04 19:25:49 +02:00
HeapBlock.h LibJS: Always inline HeapBlock::allocate() 2020-10-04 19:25:49 +02:00