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-19 11:57:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d963be795d0e66348fa2e1b2d6bd00cf3dcb1d70
ladybird
/
Libraries
/
LibJS
/
Heap
History
Marcin Gasperowicz
f4985ca113
LibJS: Use __APPLE__ instead of __MACH__ for MacOS build
...
This is regarding PR
#234
. Sergey pointed out that not every Mach is Darwin.
2020-05-23 18:09:07 +02:00
..
DeferGC.h
LibJS: Add DeferGC, a RAII way to prevent GC temporarily
2020-04-19 12:09:32 +02:00
Handle.cpp
…
Handle.h
…
Heap.cpp
LibJS: Use __APPLE__ instead of __MACH__ for MacOS build
2020-05-23 18:09:07 +02:00
Heap.h
LibJS: Add MarkedValueList and use it for argument passing
2020-04-19 17:34:33 +02:00
HeapBlock.cpp
…
HeapBlock.h
…