1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 13:45:01 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 52a2518a69 LibWasm: Remove a useless use of ScopeGuard
There are no multiple exit paths in that function, so we can just put
the ending logic right at the end of the function instead.
2021-07-17 01:13:39 +04:30
..
AbstractMachine.cpp LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
AbstractMachine.h LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
BytecodeInterpreter.cpp LibWasm: Remove a useless use of ScopeGuard 2021-07-17 01:13:39 +04:30
BytecodeInterpreter.h LibWasm: Inline some very hot functions 2021-07-17 01:13:39 +04:30
Configuration.cpp LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Configuration.h LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
Interpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30