Luke Wilde 12e3abc9e7 LibJS/Bytecode: Make setting failures throw only in strict mode 3 年之前
..
Pass 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
ASTCodegen.cpp c153d1779e LibJS/Bytecode: End the for variable scope at the start of its end block 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 年之前
CodeGenerationError.h 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible 3 年之前
Executable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 年之前
Executable.h 8568d18d7d LibJS/Bytecode: Determine strict mode on an executable basis 3 年之前
Generator.cpp 8568d18d7d LibJS/Bytecode: Determine strict mode on an executable basis 3 年之前
Generator.h c0fadfb9b7 LibJS/Bytecode: Implement break/continue labels 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 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 3 年之前
Interpreter.cpp 8568d18d7d LibJS/Bytecode: Determine strict mode on an executable basis 3 年之前
Interpreter.h d5791c85b4 LibJS: Avoid copying the frame into the interpreter in BC generators 3 年之前
Label.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
Op.cpp 12e3abc9e7 LibJS/Bytecode: Make setting failures throw only in strict mode 3 年之前
Op.h 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs 3 年之前
PassManager.h 1414c7b049 LibJS: Add a basic pass manager and add some basic passes 4 年之前
Register.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
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 年之前