Gal Horowitz b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions há 4 anos atrás
..
ASTCodegen.cpp b47d117bd2 LibJS: Add bytecode generation for simple ObjectExpressions há 4 anos atrás
BasicBlock.cpp d560ee118d LibJS: Allocate 4 KiB for Bytecode::BasicBlock há 4 anos atrás
BasicBlock.h 4cfdfb6a88 LibJS: Automatically split linear bytecode into multiple blocks há 4 anos atrás
Generator.cpp 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
Generator.h 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
Instruction.cpp a8ccc9580d LibJS: Move Instruction::length() to the Op.h header há 4 anos atrás
Instruction.h 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions há 4 anos atrás
Interpreter.cpp 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
Interpreter.h 3234697eca LibJS: Implement generator functions (only in bytecode mode) há 4 anos atrás
Label.h 01e8f0889a LibJS: Generate bytecode in basic blocks instead of one big block há 4 anos atrás
Op.cpp 8b3f8879c1 LibJS: Use an enum class instead of 'bool is_generator' há 4 anos atrás
Op.h 9ee5029bc5 LibJS: Basic bytecode support for computed member expressions há 4 anos atrás
Register.h 22c803d8e5 LibJS: Always keep the global object in bytecode VM register $1 há 4 anos atrás
StringTable.cpp 6a0d1fa259 LibJS: Store strings in a string table há 4 anos atrás
StringTable.h 6a0d1fa259 LibJS: Store strings in a string table há 4 anos atrás