#include <thunks.h>
Public Member Functions |
|
LocalThunk (Value *init_name, int init_index, int iframe_lvl) | |
Thunk * | make_free_thunk (int level) |
Value * | eval () |
void | collect () |
void | sprin1 (CharStream *s) |
Value * | assign_vf (Value **arg_list, int count) |
Public Attributes |
|
int | frame_level |
int | index |
LocalThunk | ( | Value * | init_name, |
int | init_index, | ||
int | iframe_lvl | ||
) |
Thunk* make_free_thunk | ( | int | level | ) |
Reimplemented in IndirectLocalThunk.
Value* eval | ( | ) |
Reimplemented in IndirectLocalThunk.
void collect | ( | ) | [inline] |
void sprin1 | ( | CharStream * | s | ) |
Reimplemented in IndirectLocalThunk.
Reimplemented in IndirectLocalThunk.