#include "pm.h"
Defines | |
#define | __FILE_ID__ 0x03 |
Functions | |
PmReturn_t | frame_new (pPmObj_t pfunc, pPmObj_t *r_pobj) |
VM frame operations.
PmReturn_t frame_new | ( | pPmObj_t | pfunc, | |
pPmObj_t * | r_pobj | |||
) |
Allocate space for a new frame, fill its fields with respect to the given function object. Return pointer to the new frame.
pfunc | ptr to Function object. | |
r_pobj | Return value; the new frame. |