Andreas Kling c9eff35b96 LibJS: Use `goto` instead of `bool will_jump` in interpreter loop 1 year ago
..
ASTCodegen.cpp 4f488f7e07 LibJS: Avoid creating empty environment for `catch` without parameter 1 year ago
BasicBlock.cpp 9e468579ce LibJS/Bytecode: Use malloc instead of mmap for BasicBlock buffers 2 years ago
BasicBlock.h e3f65f215d LibJS/Bytecode: Do not rethrow caught exception from `finally` 2 years 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 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
Executable.h 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 year ago
Generator.cpp 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 year ago
Generator.h c833885fb5 LibJS: Keep cached `this` value in a call frame register 1 year ago
IdentifierTable.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
IdentifierTable.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Instruction.cpp 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 year ago
Instruction.h 031ec98803 LibJS: Streamline InstructionStreamIterator 1 year ago
Interpreter.cpp c9eff35b96 LibJS: Use `goto` instead of `bool will_jump` in interpreter loop 1 year ago
Interpreter.h 9fe38245b2 LibJS: Move bytecode interpreter's inner loop to its own function 1 year ago
Label.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Op.cpp 213b835b57 LibJS: Remove Bytecode::Interpreter::debug_position() 1 year ago
Op.h 4c5b9fa6a2 LibJS: Remove unused SetVariable::InitializationMode::InitializeOrSet 1 year ago
RegexTable.cpp c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 years ago
RegexTable.h c0f985ffcf LibJS/Bytecode: Don't reparse regular expressions on instantiation 2 years ago
Register.h 0c746366cc LibJS: Keep return value in a call frame register 1 year ago
StringTable.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
StringTable.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago