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