ladybird/Libraries/LibJS/Heap
AnotherTest 7c8d35600c Spreadsheet: Override visit_edges() and visit stored JS objects
...and don't let them leak out of their evaluation contexts.
Also keep the exceptions separate from the actual values.
This greatly reduces the number of assertions hit while entering random
data into a sheet.
2020-12-22 23:35:29 +01:00
..
Allocator.cpp LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +02:00
Allocator.h LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +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 Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
Heap.cpp LibJS: Use new format functions everywhere 2020-12-06 18:52:52 +01:00
Heap.h LibJS: Use a HashTable to identify potential cell pointers in GC scan 2020-11-10 20:28:53 +01:00
HeapBlock.cpp LibJS: Always inline HeapBlock::allocate() 2020-10-04 19:25:49 +02:00
HeapBlock.h LibJS: Use IntrusiveList for Allocator's block lists 2020-10-07 14:07:31 +02:00