1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 09:35:07 +00:00
serenity/Userland/Libraries/LibJS/Bytecode
Andreas Kling 2d33b2996f LibJS: Teach GetVariable bytecode op to deal with global variable cache
This mirrors the behavior of Identifer::to_reference() in the AST
interpreter.
2022-11-11 15:25:52 +01:00
..
Pass LibJS: Add a note about inaccuracies to UnifySameBlocks 2022-11-01 11:21:18 +01:00
ASTCodegen.cpp LibJS: Support non-base-10 BigInt literals in bytecode VM 2022-10-19 19:58:15 +02:00
BasicBlock.cpp
BasicBlock.h
CodeGenerationError.h
Executable.cpp
Executable.h
Generator.cpp
Generator.h LibJS: Align Instructions as void* and roundup variably sized ones sizes 2022-10-01 00:04:02 +01:00
IdentifierTable.cpp
IdentifierTable.h AK+Everywhere: Replace DistinctNumeric bool parameters with named ones 2022-11-11 17:50:53 +03:30
Instruction.cpp
Instruction.h LibJS: Align Instructions as void* and roundup variably sized ones sizes 2022-10-01 00:04:02 +01:00
Interpreter.cpp LibJS: Expose some information about the bytecode interpreters state 2022-11-01 11:21:18 +01:00
Interpreter.h LibJS: Disable bytecode optimizations again 2022-11-01 11:44:41 +01:00
Label.h
Op.cpp LibJS: Teach GetVariable bytecode op to deal with global variable cache 2022-11-11 15:25:52 +01:00
Op.h LibJS: Forward a string aproximation of the CallExpression to Call Ops 2022-10-17 01:36:41 +02:00
PassManager.h
Register.h LibJS: Remove Bytecode::Register::global_object() 2022-08-23 13:58:30 +01:00
StringTable.cpp
StringTable.h AK+Everywhere: Replace DistinctNumeric bool parameters with named ones 2022-11-11 17:50:53 +03:30