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