NAME
src/pmc/bound_nci.pmc - Bound internal method
DESCRIPTION
A bound internal method is a NCI method call, where the object is bound to this call instance.
Methods
void set_pmc(PMC *obj)
Bind the object PMC *get_pmc(void)
Return the bound object.
opcode_t *invoke(void *next)
Calls the associated C method,
returning void mark()
Set the bound object live.
obj
to this call instance.
*next
.
SEE ALSO
HISTORY
Initial revision by leo 2005.01.31.