ladybird/Userland/Libraries/LibJS/Bytecode
Timothy Flynn d39f6975f9 LibJS+LibWeb: Remove now-unused lexical environment override
In our current bytecode interpreter, this override cannot work anyways.
2024-10-29 14:21:18 -04:00
..
ASTCodegen.cpp LibJS: Don't generate useless jumps for if statement 2024-10-26 17:39:37 +02:00
BasicBlock.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BasicBlock.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Builtins.cpp
Builtins.h LibJS/Bytecode: Reorder Call instruction members to make it smaller 2024-05-10 15:03:24 +00:00
CodeGenerationError.cpp
CodeGenerationError.h
Executable.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Executable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Generator.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Generator.h AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
IdentifierTable.cpp LibJS/Bytecode: Make IdentifierTableIndex a 32-bit index 2024-05-07 09:15:40 +02:00
IdentifierTable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Instruction.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Instruction.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Interpreter.cpp LibJS+LibWeb: Remove now-unused lexical environment override 2024-10-29 14:21:18 -04:00
Interpreter.h LibJS+LibWeb: Remove now-unused lexical environment override 2024-10-29 14:21:18 -04:00
Label.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Label.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Op.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Operand.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RegexTable.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RegexTable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Register.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScopedOperand.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScopedOperand.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringTable.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
StringTable.h LibJS/Bytecode: Make StringTableIndex be a 32-bit index 2024-05-10 15:03:24 +00:00