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-01-08 17:47:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
606b9ff6f33b11c19e0f2c95d5869cb67e4e53fa
ladybird
/
Userland
/
Libraries
/
LibJS
/
Heap
History
Matthew Olsson
176beeb08e
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
2023-03-06 13:05:43 +00:00
..
BlockAllocator.cpp
…
BlockAllocator.h
…
Cell.h
LibJS: Accept const GCPtrs in Cell::Visitor
2023-03-06 13:05:43 +00:00
CellAllocator.cpp
…
CellAllocator.h
…
DeferGC.h
…
GCPtr.h
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
2023-03-06 13:05:43 +00:00
Handle.cpp
…
Handle.h
LibJS: Handle both const and non-const Ts in Handle<T>::create()
2023-03-06 13:05:43 +00:00
Heap.cpp
LibJS: Add initial support for creating PrimitiveStrings with AK::String
2023-01-15 01:00:20 +00:00
Heap.h
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
2023-01-29 00:02:45 +00:00
HeapBlock.cpp
…
HeapBlock.h
…
MarkedVector.cpp
…
MarkedVector.h
…