Luke Wilde bc08d39754 LibJS/Bytecode: Make for, do/while and while always switch to end block hace 3 años
..
Pass 0b8d2fb62f LibJS/Bytecode: Replace merged block references before copying them hace 3 años
ASTCodegen.cpp bc08d39754 LibJS/Bytecode: Make for, do/while and while always switch to end block 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 c0fadfb9b7 LibJS/Bytecode: Implement break/continue labels hace 3 años
Generator.h c0fadfb9b7 LibJS/Bytecode: Implement break/continue labels 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 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 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 9ad807d08b LibJS/Bytecode: Pass contains_direct_call_to_eval into ESFO::create hace 3 años
Op.h 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 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