INNER CODE UNIT · Python
DecompiledFunctionBody
P1sec/hermes-dec · src/hermes_dec/decompilation/defs.py:120
class DecompiledFunctionBody:
is_global: bool # Is this the global function?
function_name: str
function_id: int
function_object: object
exc_handlers: 'HBCExceptionHandlerInfo'
try_starts: Dict[int, List[str]]
try_ends: Dict[int, List[str]]
catch_targets: Dict[int, List[str]]
jump_anchors: Dict[
int, ParsedInstruction
] # Non-jump address associated with a jump/switch/yield instruction
ret_anchors: Dict[
int, ParsedInstruction
] # Unreacheable address associated with a return instruction
throw_anchors: Dict[