RolloutLocalThunk Class Reference

RolloutLocalThunk Class Reference

#include <thunks.h>

+ Inheritance diagram for RolloutLocalThunk:

Public Member Functions

 RolloutLocalThunk (Value *name, int control_index, Rollout *rollout)
 
BOOL _is_rolloutthunk ()
 
ScripterExport Valueeval ()
 
void gc_trace ()
 
void collect ()
 
ScripterExport void sprin1 (CharStream *s)
 
Valueassign_vf (Value **arg_list, int count)
 

Public Attributes

int index
 
Rolloutrollout
 

Constructor & Destructor Documentation

RolloutLocalThunk ( Value name,
int  control_index,
Rollout rollout 
)

Member Function Documentation

BOOL _is_rolloutthunk ( )
inline
279 { DbgAssert(!is_sourcepositionwrapper(this)); return 1; }
#define DbgAssert(expr)
Definition: assert1.h:74
#define is_sourcepositionwrapper(v)
ScripterExport Value* eval ( )
void gc_trace ( )
void collect ( )
ScripterExport void sprin1 ( CharStream s)
Value* assign_vf ( Value **  arg_list,
int  count 
)

Member Data Documentation

int index
Rollout* rollout