hasmer
|
Classes | |
class | DecompilerContext |
Represents the context of a function as it is being decompiled. More... | |
struct | DecompilerOptions |
Represents the options to be used when decompiling. More... | |
class | FunctionDecompiler |
Represents a decompiler for an entire function. More... | |
class | FunctionState |
Represents the state of a function as it is decompiled. More... | |
class | HbcDecompiler |
Represents a decompiler of a Hermes bytecode file, used for approximating the original JavaScript source. More... | |
class | RegisterTracker |
Represents the registers of a function, and keeps track of the operations being performed on them. More... | |