Andreas Kling 4cf4ea92a7 LibJS/Bytecode: Store Instruction length as u32 1 year ago
..
ASTCodegen.cpp ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer 1 year ago
BasicBlock.cpp f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
BasicBlock.h f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Builtins.cpp 86b85aa68b LibJS: Introduce Builtins 1 year ago
Builtins.h afeb551d57 LibJS/JIT: Add builtin for Math.exp() 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
CommonImplementations.h 8ff16c1b57 LibJS: Cache access to properties found in prototype chain 1 year ago
Executable.cpp f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Executable.h f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Generator.cpp f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Generator.h ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer 1 year ago
IdentifierTable.cpp feef542c73 LibJS: Don't worry about deduplicating bytecode string tables 1 year ago
IdentifierTable.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Instruction.cpp 4cf4ea92a7 LibJS/Bytecode: Store Instruction length as u32 1 year ago
Instruction.h 4cf4ea92a7 LibJS/Bytecode: Store Instruction length as u32 1 year ago
Interpreter.cpp f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Interpreter.h f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Label.h f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Op.h f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 year ago
Operand.h 3466771492 LibJS/Bytecode: Add Bytecode::Operand 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
StringTable.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
StringTable.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago