Andreas Kling cfbb69a9cd LibJS: Support more assignment expressions in the bytecode VM 3 年之前
..
Pass 53166c10ca LibJS: Remove unused header includes 4 年之前
ASTCodegen.cpp cfbb69a9cd LibJS: Support more assignment expressions in the bytecode VM 3 年之前
BasicBlock.cpp d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ 3 年之前
BasicBlock.h d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ 3 年之前
Executable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 年之前
Executable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 年之前
Generator.cpp 1dc60b028f LibJS: Add BytecodeGenerator helpers for reference get/put 3 年之前
Generator.h 1dc60b028f LibJS: Add BytecodeGenerator helpers for reference get/put 3 年之前
IdentifierTable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 年之前
IdentifierTable.h da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 年之前
Instruction.cpp a8ccc9580d LibJS: Move Instruction::length() to the Op.h header 4 年之前
Instruction.h d203a86900 LibJS: Always inline the bytecode instruction iterator's operator++ 3 年之前
Interpreter.cpp 3618ca2420 LibJS: Propagate exceptions across bytecode executable boundaries 3 年之前
Interpreter.h c95dde971b LibJS: Move global "should dump bytecode" flag into LibJS 3 年之前
Label.h 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 年之前
Op.cpp a831cd9cc7 LibJS: Make bytecode VM throw TypeError on attempt to call non-callable 3 年之前
Op.h 715e7fada8 LibJS: Add the "fast non-local access" optimization to the bytecode VM 3 年之前
PassManager.h 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 年之前
Register.h 22c803d8e5 LibJS: Always keep the global object in bytecode VM register $1 4 年之前
StringTable.cpp 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable 3 年之前
StringTable.h 13f04e37e5 LibJS: Use String and move semantics in Bytecode::StringTable 3 年之前