INNER CODE UNIT · Python
Environment
P1sec/hermes-dec · src/hermes_dec/decompilation/defs.py:114
class Environment:
parent_environment: Optional['Environment'] = None
nesting_quantity: int = 0
slot_index_to_varname: Dict[int, str] = None
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[