parrotcode: Exception Handler PMC | |
Contents | PMCs |
src/pmc/exceptionhandler.pmc - Exception Handler PMC
When an exception handler is called,
the exception object is passed as REG_PMC(interp, 5)
,
the original contents of this register is in the exception object's _P5
attribute.
void init()
void set_integer_native(INTVAL)
INTVAL get_integer()
opcode_t *invoke(void *next)
METHOD can_handle(PMC *exception)
|