This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-13 19:25:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffbf5596cd8e2d0e44451034b2e508d06df4c77b
ladybird
/
Userland
/
Libraries
/
LibJS
/
Heap
History
Linus Groh
0585029c30
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
...
Let's avoid reaching for ptr() as much as possible.
2022-10-02 23:02:27 +01:00
..
BlockAllocator.cpp
…
BlockAllocator.h
…
Cell.h
LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)
2022-10-02 23:02:27 +01:00
CellAllocator.cpp
…
CellAllocator.h
…
DeferGC.h
…
GCPtr.h
LibJS: Add GCPtr and NonnullGCPtr
2022-09-03 00:36:26 +02:00
Handle.cpp
LibJS: Make Handle<T> more user-friendly
2022-09-03 00:36:26 +02:00
Handle.h
LibJS: Include Environment.h directly in ClassFieldDefinition.h
2022-10-01 15:36:20 +01:00
Heap.cpp
LibJS: Add JS::SafeFunction, like Function but protects captures from GC
2022-09-24 12:23:29 +02:00
Heap.h
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
2022-09-06 00:27:09 +02:00
HeapBlock.cpp
…
HeapBlock.h
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
2022-08-29 03:24:54 +02:00
MarkedVector.cpp
…
MarkedVector.h
…