ladybird/Userland/Libraries/LibJS/Bytecode
Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray
Forcing every function call to allocate a new Array just to accommodate
spread parameters is not very nice, so let's start moving towards making
this a special case rather than the general (and only) case.
2023-07-02 18:30:02 +02:00
..
Pass LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +02:00
ASTCodegen.cpp LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +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
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: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +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: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +02:00
Op.h LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +02:00
PassManager.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
Register.h
StringTable.cpp
StringTable.h