Andreas Kling 14beda00c9 LibJS: Rename Value::typeof() to Value::typeof_() 11 months ago
..
ASTCodegen.cpp dbc2f7ed48 LibJS: Implement CreatePerIterationEnvironment for 'for' statements 11 months ago
BasicBlock.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 year ago
BasicBlock.h 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register 1 year ago
Builtins.cpp 86b85aa68b LibJS: Introduce Builtins 1 year ago
Builtins.h b99f0a7e22 LibJS/Bytecode: Reorder Call instruction members to make it smaller 1 year ago
CodeGenerationError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 years ago
CodeGenerationError.h 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 years ago
Executable.cpp 855f6417df LibJS/Bytecode: Move environment variable caches into instructions 1 year ago
Executable.h 509c10d14d LibJS: Make GetById and GetByValue avoid get_identifier() in common case 1 year ago
Generator.cpp 509c10d14d LibJS: Make GetById and GetByValue avoid get_identifier() in common case 1 year ago
Generator.h 509c10d14d LibJS: Make GetById and GetByValue avoid get_identifier() in common case 1 year ago
IdentifierTable.cpp 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index 1 year ago
IdentifierTable.h 37d722f4a6 LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index 1 year ago
Instruction.cpp d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 year ago
Instruction.h 4302e07346 LibJS/Bytecode: Rename TypeofVariable => TypeofBinding 1 year ago
Interpreter.cpp 14beda00c9 LibJS: Rename Value::typeof() to Value::typeof_() 11 months ago
Interpreter.h 1de475b404 LibJS: Prepare yield object before re-routing it through finally 1 year ago
Label.cpp 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 year ago
Label.h 3a73eb99ac LibJS/Bytecode: Store labels as basic block index during compilation 1 year ago
Op.h 60a05ef414 LibJS/Bytecode: Give TypeofBinding instructions a lookup cache 1 year ago
Operand.h d79438a2a6 LibJS: Join locals, constants and registers into single vector 1 year ago
RegexTable.cpp c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 years ago
RegexTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
Register.h 58e2fe895c LibJS: Stash thrown exception in a register before executing finalizer 1 year ago
ScopedOperand.cpp 507f83a615 LibJS/Bytecode: Always resolve `this` binding into dedicated register 1 year ago
ScopedOperand.h 7971cfdd89 LibJS/Bytecode: Move bytecode operand rewriting to a separate pass 1 year ago
StringTable.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
StringTable.h 601e10d50c LibJS/Bytecode: Make StringTableIndex be a 32-bit index 1 year ago