Ali Mohammad Pur 3a5f7cb524 LibJS: Don't emit a LeaveUnwindContext after a successful handler 3 years ago
..
Pass 0c365fdfd3 LibJS: Avoid unnecessary copies in MergeBlocks codegen pass 3 years ago
ASTCodegen.cpp 3a5f7cb524 LibJS: Don't emit a LeaveUnwindContext after a successful handler 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
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 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 3 years ago
Generator.h 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 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 8108fc7f9c LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr 3 years ago
Interpreter.cpp d7c207beb9 LibJS: Implement the NewClass opcode 3 years ago
Interpreter.h d7c207beb9 LibJS: Implement the NewClass opcode 3 years ago
Label.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
Op.cpp d7c207beb9 LibJS: Implement the NewClass opcode 3 years ago
Op.h d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 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