Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
..
Pass 0b8d2fb62f LibJS/Bytecode: Replace merged block references before copying them vor 3 Jahren
ASTCodegen.cpp 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
BasicBlock.cpp d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ vor 3 Jahren
BasicBlock.h d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ vor 3 Jahren
CodeGenerationError.h 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible vor 3 Jahren
Executable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables vor 3 Jahren
Executable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables vor 3 Jahren
Generator.cpp 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression vor 3 Jahren
Generator.h 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression vor 3 Jahren
IdentifierTable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables vor 3 Jahren
IdentifierTable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables vor 3 Jahren
Instruction.cpp a8ccc9580d LibJS: Move Instruction::length() to the Op.h header vor 4 Jahren
Instruction.h 7cc53b7ef1 LibJS/Bytecode: Implement the delete unary expression vor 3 Jahren
Interpreter.cpp d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators vor 3 Jahren
Interpreter.h d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators vor 3 Jahren
Label.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
Op.cpp 086969277e Everywhere: Run clang-format vor 3 Jahren
Op.h 007ffcd763 LibJS: Implement bytecode generation for all ObjectExpression properties vor 3 Jahren
PassManager.h 1414c7b049 LibJS: Add a basic pass manager and add some basic passes vor 4 Jahren
Register.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> vor 3 Jahren
StringTable.cpp 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable vor 3 Jahren
StringTable.h 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable vor 3 Jahren