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
2025-12-22 17:28:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
27478ec7d42cc4b30277a5655fed48c2a61365f3
ladybird
/
Libraries
/
LibJS
/
Bytecode
History
Andreas Kling
3bfb0534be
LibGC: Rename MarkedVector => RootVector
...
Let's try to make it a bit more clear that this is a Vector of GC roots.
2024-12-26 19:10:44 +01:00
..
ASTCodegen.cpp
…
BasicBlock.cpp
…
BasicBlock.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Builtins.cpp
…
Builtins.h
…
CodeGenerationError.cpp
…
CodeGenerationError.h
…
Executable.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Executable.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Generator.cpp
LibJS: Return the allocated dst register from deleting super properties
2024-12-14 12:08:50 -08:00
Generator.h
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
IdentifierTable.cpp
…
IdentifierTable.h
…
Instruction.cpp
…
Instruction.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Interpreter.cpp
LibGC: Rename MarkedVector => RootVector
2024-12-26 19:10:44 +01:00
Interpreter.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
Label.cpp
…
Label.h
…
Op.h
…
Operand.h
…
RegexTable.cpp
…
RegexTable.h
…
Register.h
…
ScopedOperand.cpp
…
ScopedOperand.h
…
StringTable.cpp
…
StringTable.h
…