#include <thunks.h>
Inheritance diagram for DerefThunk:Public Member Functions | |
| ScripterExport | DerefThunk (Value *target) |
| void | gc_trace () |
| void | collect () |
| void | sprin1 (CharStream *s) |
| Value * | eval () |
| Value * | assign_vf (Value **arg_list, int count) |
Public Attributes | |
| Value * | target |
| ScripterExport DerefThunk | ( | Value * | target | ) |
| void gc_trace | ( | ) |
| void collect | ( | ) |
|
inline |
| Value* eval | ( | ) |
| Value* target |