Andreas Kling ce7c925924 LibJS/Bytecode: Allow assignment expression to write directly to locals 1 年間 前
..
ASTCodegen.cpp ce7c925924 LibJS/Bytecode: Allow assignment expression to write directly to locals 1 年間 前
BasicBlock.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 年間 前
BasicBlock.h 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization 1 年間 前
Builtins.cpp 86b85aa68b LibJS: Introduce Builtins 1 年間 前
Builtins.h b99f0a7e22 LibJS/Bytecode: Reorder Call instruction members to make it smaller 1 年間 前
CodeGenerationError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 年 前
CodeGenerationError.h 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 年 前
CommonImplementations.h b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions 1 年間 前
Executable.cpp 855f6417df LibJS/Bytecode: Move environment variable caches into instructions 1 年間 前
Executable.h 855f6417df LibJS/Bytecode: Move environment variable caches into instructions 1 年間 前
Generator.cpp 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding 1 年間 前
Generator.h b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions 1 年間 前
IdentifierTable.cpp 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index 1 年間 前
IdentifierTable.h 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index 1 年間 前
Instruction.cpp d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 年間 前
Instruction.h 6ca94bd0b1 LibJS/Bytecode: Rename GetVariable => GetBinding 1 年間 前
Interpreter.cpp d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions 1 年間 前
Interpreter.h d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 年間 前
Label.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 年間 前
Label.h 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 年間 前
Op.h d22a06d671 LibJS/Bytecode: Remove all the unreachable execute_impl() functions 1 年間 前
Operand.h d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 年間 前
RegexTable.cpp c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 年 前
RegexTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年間 前
Register.h 58e2fe895c LibJS: Stash thrown exception in a register before executing finalizer 1 年間 前
ScopedOperand.cpp cea59b6642 LibJS/Bytecode: Reuse bytecode registers 1 年間 前
ScopedOperand.h 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization 1 年間 前
StringTable.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年間 前
StringTable.h 601e10d50c LibJS/Bytecode: Make StringTableIndex be a 32-bit index 1 年間 前