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