#include <thunks.h>
Public Member Functions |
|
| ConstGlobalThunk (Value *iname) | |
| ConstGlobalThunk (Value *iname, Value *ival) | |
| Value * | eval () |
| ScripterExport void | collect () |
| Value * | assign_vf (Value **arg_list, int count) |
| ConstGlobalThunk | ( | Value * | iname | ) | [inline] |
: GlobalThunk(iname) { tag = INTERNAL_CONST_GLOBAL_THUNK_TAG; }
| ConstGlobalThunk | ( | Value * | iname, |
| Value * | ival | ||
| ) | [inline] |
: GlobalThunk(iname, ival) { tag = INTERNAL_CONST_GLOBAL_THUNK_TAG; }
| Value* eval | ( | ) | [inline] |
Reimplemented from GlobalThunk.
| ScripterExport void collect | ( | ) |
Reimplemented from GlobalThunk.
Reimplemented from GlobalThunk.
{ throw AssignToConstError (this); return &undefined; }