NAME

src/pmc/proxy.pmc - Class for proxy objects used in threading

DESCRIPTION

These are the vtable functions for the Proxy PMC class.

All methods which are not defined here get a default implementation generated from src/vtable.tbl by tools/build/pmc2c.pl.

Functions

static STRING * caller(PARROT_INTERP, PMC *pmc)
Returns a C string for the name of *pmc.
static void cant_do_write_method(PARROT_INTERP, PMC *pmc, int index)
Throws an exception "$methname() on read-only instance of '$class'", used by all updating messages on read-only instances.
void mark()
Don't mark target and interp since they belong to a different interpreter.