serenity/Libraries/LibJS/Heap
Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects
Instead of just throwing Error objects with a name string, we now throw
the real Error subclass types. :^)
2020-04-10 13:09:35 +02:00
..
Handle.cpp LibJS: Add missing copyright headers 2020-03-18 20:21:06 +01:00
Handle.h LibJS: Add missing copyright headers 2020-03-18 20:21:06 +01:00
Heap.cpp LibJS: Throw real TypeError, ReferenceError, etc objects 2020-04-10 13:09:35 +02:00
Heap.h LibJS: Do a garbage collection every N allocations (N=10'000) 2020-04-06 15:54:46 +02:00
HeapBlock.cpp LibJS: Port garbage collector to Linux 2020-03-23 13:14:57 +01:00
HeapBlock.h LibJS: Implement basic conservative garbage collection 2020-03-16 19:14:09 +01:00