INNER CODE UNIT · Python

CatchBlockStart

P1sec/hermes-dec · src/hermes_dec/decompilation/defs.py:404

class CatchBlockStart(Token):
    arg_register: int


@dataclass
class DotAccessorToken(Token):
    def __str__(self):
        return '.'


@dataclass
class IndexStringToken(Token):
    index: str

    def __str__(self):
        return '["' + self.index + '"]'

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…