Andreas Kling e6b1e54c44 LibJS/Bytecode: Don't generate ResolveThisBinding if not needed il y a 1 an
..
ASTCodegen.cpp c8e4499b08 LibJS: Make return control flow more static il y a 1 an
BasicBlock.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation il y a 1 an
BasicBlock.h 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register il y a 1 an
Builtins.cpp 86b85aa68b LibJS: Introduce Builtins il y a 1 an
Builtins.h b99f0a7e22 LibJS/Bytecode: Reorder Call instruction members to make it smaller il y a 1 an
CodeGenerationError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError il y a 2 ans
CodeGenerationError.h 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string il y a 2 ans
CommonImplementations.h e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct il y a 1 an
Executable.cpp 855f6417df LibJS/Bytecode: Move environment variable caches into instructions il y a 1 an
Executable.h 855f6417df LibJS/Bytecode: Move environment variable caches into instructions il y a 1 an
Generator.cpp e6b1e54c44 LibJS/Bytecode: Don't generate ResolveThisBinding if not needed il y a 1 an
Generator.h 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register il y a 1 an
IdentifierTable.cpp 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index il y a 1 an
IdentifierTable.h 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index il y a 1 an
Instruction.cpp d79438a2a6 LibJS: Join locals, constants and registers into single vector il y a 1 an
Instruction.h 448b7ca87b LibJS/Bytecode: Add dedicated instruction for getting `length` property il y a 1 an
Interpreter.cpp e6b1e54c44 LibJS/Bytecode: Don't generate ResolveThisBinding if not needed il y a 1 an
Interpreter.h 1de475b404 LibJS: Prepare yield object before re-routing it through finally il y a 1 an
Label.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation il y a 1 an
Label.h 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation il y a 1 an
Op.h 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register il y a 1 an
Operand.h d79438a2a6 LibJS: Join locals, constants and registers into single vector il y a 1 an
RegexTable.cpp c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation il y a 2 ans
RegexTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
Register.h 58e2fe895c LibJS: Stash thrown exception in a register before executing finalizer il y a 1 an
ScopedOperand.cpp 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register il y a 1 an
ScopedOperand.h 7654da3851 LibJS/Bytecode: Do basic compare-and-jump peephole optimization il y a 1 an
StringTable.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
StringTable.h 601e10d50c LibJS/Bytecode: Make StringTableIndex be a 32-bit index il y a 1 an