NAME ^

src/pmc/null.pmc - NULL

DESCRIPTION ^

This simply creates a way of catching NULL register accesses without really slowing down the bytecode execution.

Methods ^

void init()

Overrides the default to do nothing.

INTVAL is_same(PMC *value)

Returns true if value is also a null PMC, false otherwise.


parrot