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