davidot 6fa600fce3 LibJS: Fix the execution context for the bytecode interpreter hace 3 años
..
Pass 0c365fdfd3 LibJS: Avoid unnecessary copies in MergeBlocks codegen pass hace 3 años
ASTCodegen.cpp 3102d8e160 Everywhere: Fix many spelling errors 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
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 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode hace 3 años
Generator.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 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 b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' hace 3 años
Interpreter.cpp 6fa600fce3 LibJS: Fix the execution context for the bytecode interpreter hace 3 años
Interpreter.h 070d2eaa51 LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<> hace 3 años
Label.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> hace 3 años
Op.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() hace 3 años
Op.h b96118b5d1 LibJS: Fix codegen for nodes after try statements without 'finally' 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