#include <thunks.h>
Public Member Functions |
|
| IndexThunk (Value *index) | |
| void | gc_trace () |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| Value * | set_target (Value *targ) |
| ScripterExport Value * | eval () |
| Value * | assign_vf (Value **arg_list, int count) |
| IndexThunk | ( | Value * | index | ) |
| void gc_trace | ( | ) |
| void collect | ( | ) | [inline] |
{ delete this; }
| ScripterExport void sprin1 | ( | CharStream * | s | ) |
{ target_code = targ; return this; }
| ScripterExport Value* eval | ( | ) |