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-15 12:15:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
597ca68e2d9da78505693e7db4eef47271e2ca68
ladybird
/
Userland
/
Libraries
/
LibJS
/
Heap
History
Andreas Kling
7047a5ca59
LibJS: Allow JS::make_handle(T*) to be called with nullptr
...
Instead of asserting, just return an empty Handle.
2022-03-31 18:25:06 +02:00
..
BlockAllocator.cpp
Libraries: Use default constructors/destructors in LibJS
2022-03-16 16:19:40 +00:00
BlockAllocator.h
Libraries: Use default constructors/destructors in LibJS
2022-03-16 16:19:40 +00:00
Cell.h
DevTools+LibJS+LibWeb: Change class_name to use StringView
2022-03-19 00:20:46 +00:00
CellAllocator.cpp
…
CellAllocator.h
…
DeferGC.h
…
Handle.cpp
…
Handle.h
LibJS: Allow JS::make_handle(T*) to be called with nullptr
2022-03-31 18:25:06 +02:00
Heap.cpp
Libraries: Use default constructors/destructors in LibJS
2022-03-16 16:19:40 +00:00
Heap.h
…
HeapBlock.cpp
…
HeapBlock.h
DevTools+LibJS+LibWeb: Change class_name to use StringView
2022-03-19 00:20:46 +00:00
MarkedVector.cpp
…
MarkedVector.h
…