ladybird/Userland/Libraries/LibJS/Bytecode
Aliaksandr Kalenik c734f2b5e6 LibJS: Use Identifier to represent name of ClassExpression
By using Identifier class to represent the name of a class expression,
it becomes possible to consistently store information within the
identifier object, indicating whether the name refers to a local
variable or not.
2023-07-05 21:03:01 +02:00
..
Pass LibJS: Handle Calls argument range during EliminateLoads pass 2023-07-03 16:55:13 +02:00
ASTCodegen.cpp LibJS: Use Identifier to represent name of ClassExpression 2023-07-05 21:03:01 +02:00
BasicBlock.cpp
BasicBlock.h LibJS/Bytecode: Remove unnecessary variable environment stack 2023-07-02 18:30:02 +02:00
CodeGenerationError.cpp
CodeGenerationError.h
Executable.cpp
Executable.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Generator.cpp LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names 2023-06-29 05:32:08 +02:00
Generator.h LibJS: Use the IdentifierTable for NewFunction and NewClass lhs names 2023-06-29 05:32:08 +02:00
IdentifierTable.cpp
IdentifierTable.h
Instruction.cpp
Instruction.h LibJS/Bytecode: Support in binary operator for private fields 2023-07-05 15:39:25 +02:00
Interpreter.cpp LibJS/Bytecode: Remove unnecessary variable environment stack 2023-07-02 18:30:02 +02:00
Interpreter.h LibJS/Bytecode: Remove unnecessary variable environment stack 2023-07-02 18:30:02 +02:00
Label.h
Op.cpp LibJS/Bytecode: Support in binary operator for private fields 2023-07-05 15:39:25 +02:00
Op.h LibJS/Bytecode: Support in binary operator for private fields 2023-07-05 15:39:25 +02:00
PassManager.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
Register.h
StringTable.cpp
StringTable.h