#include <thunks.h>
Public Member Functions |
|
RolloutLocalThunk (Value *name, int control_index, Rollout *rollout) | |
BOOL | _is_rolloutthunk () |
ScripterExport Value * | eval () |
void | gc_trace () |
void | collect () |
ScripterExport void | sprin1 (CharStream *s) |
Value * | assign_vf (Value **arg_list, int count) |
Public Attributes |
|
int | index |
Rollout * | rollout |
RolloutLocalThunk | ( | Value * | name, |
int | control_index, | ||
Rollout * | rollout | ||
) |
BOOL _is_rolloutthunk | ( | ) | [inline] |
{ DbgAssert(!is_sourcepositionwrapper(this)); return 1; }
ScripterExport Value* eval | ( | ) |
void gc_trace | ( | ) |
void collect | ( | ) | [inline] |
ScripterExport void sprin1 | ( | CharStream * | s | ) |
Reimplemented in ConstRolloutLocalThunk.
Rollout* rollout |