ContextThunk Class Reference
 
 
 
ContextThunk Class Reference

#include <thunks.h>

Public Member Functions

  ENABLE_STACK_ALLOCATE (ContextLocalThunk)
  ContextThunk (Thunk *thunk, Value **frame)
void  collect ()
void  sprin1 (CharStream *s)
Value eval ()
Value assign_vf (Value **arg_list, int count)

Public Attributes

Thunk *  thunk
Value **  frame

Constructor & Destructor Documentation

ContextThunk ( Thunk *  thunk,
Value **  frame 
) [inline]

Member Function Documentation

ENABLE_STACK_ALLOCATE ( ContextLocalThunk  )
void collect ( )
void sprin1 ( CharStream *  s ) [inline]
{ s->printf(_M("&")); thunk->sprin1(s); }
Value* assign_vf ( Value **  arg_list,
int  count 
)

Member Data Documentation