ladybird/Libraries/LibJS/Bytecode
Andreas Kling 842a189c2e LibJS: Elide empty lexical environment when direct eval() is present
Direct eval() always creates a new lexical environment, so we don't have
to worry about those here. The var environments still need special care.
2025-03-20 12:51:21 -05:00
..
ASTCodegen.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
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 LibJS: Let GetGlobal cache module environment lookups when possible 2025-03-20 12:51:21 -05:00
Generator.cpp LibJS: Elide empty lexical environment when direct eval() is present 2025-03-20 12:51:21 -05: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 LibJS: Remove unnecessary check in for..in iterator implementation 2025-03-20 12:51:21 -05: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