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-03-18 03:15:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35809ef400a571288f42ac853b37fbe5ba8a18ac
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
…
Handle.cpp
…
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
…
HeapBlock.cpp
…
HeapBlock.h
…
MarkedVector.cpp
…
MarkedVector.h
…