ladybird/Libraries/LibJS/Bytecode
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