summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap
AgeCommit message (Expand)Author
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-14LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgunAndreas Kling
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-14LibJS: Explictly assert that a null GCPtr is not dereferencedTimothy Flynn
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-19LibJS+LibWeb: Return non-const types from Ptr class operatorsMacDue
2022-10-24LibJS: Only use 1 bit for Cell boolean flagAndreas Kling
2022-10-24LibJS: Add Cell::must_survive_garbage_collection() mechanismAndreas Kling
2022-10-20LibJS: Add a finalization pass to the garbage collectorAndreas Kling
2022-10-20LibJS: Remove unnecessary operator==() for ({Nonnull,}GCPtr<T>, T*)Andreas Kling
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-02LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)Linus Groh
2022-10-01LibJS: Include Environment.h directly in ClassFieldDefinition.hIdan Horowitz
2022-09-24LibJS: Add JS::SafeFunction, like Function but protects captures from GCAndreas Kling
2022-09-21AK+LibJS: Handle NaN-boxing pointers on AArch64Daniel Bertalan
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-03LibJS: Make Handle<T> more user-friendlyAndreas Kling
2022-09-03LibJS: Add Cell::Visitor::visit(Cell&)Andreas Kling
2022-09-03LibJS: Add GCPtr and NonnullGCPtrAndreas Kling
2022-08-29LibJS: Make Heap a friend of everyone who uses JS_CELLAndreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-15LibJS: Use NaN boxing to decrease the memory size of Valuesdavidot
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-04-05LibJS: Make Handle<Value>::is_null() also consider the contained valueAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibJS: Allow JS::make_handle(T*) to be called with nullptrAndreas Kling
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-09LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)Linus Groh
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-09LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + ValueLinus Groh
2022-02-07LibJS: Add missing include to Handle.hAndreas Kling
2022-02-05LibJS: Remove the JS_TRACK_ZOMBIE_CELLS optiondavidot
2022-01-31LibJS: Add a 96-byte CellAllocatorAndreas Kling
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-05LibJS: Add Handle specialisation for ValueLuke Wilde
2021-12-18LibJS: Fix typo in MarkedVector::end()Andreas Kling
2021-12-16LibJS: Add MarkedVector<T>Andreas Kling
2021-12-16LibJS: Add JS::make_handle(T&)Andreas Kling
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-09LibJS: Add Handle::operator->()Andreas Kling
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-10-08LibJS: Prune WeakContainers before freeing HeapBlocksAndreas Kling
2021-10-08LibJS: Make BlockAllocator cache reuse blocks in random orderAndreas Kling
2021-10-08LibJS: Increase GC heap BlockAllocator cache sizeAndreas Kling