ReactOS
0.4.15-dev-5615-gc3644fd
|
Public Attributes | |
FunctionInstance | function |
scope_chain_t * | scope_chain |
bytecode_t * | code |
function_code_t * | func_code |
Definition at line 43 of file function.c.
bytecode_t* InterpretedFunction::code |
Definition at line 46 of file function.c.
function_code_t* InterpretedFunction::func_code |
Definition at line 47 of file function.c.
Referenced by Arguments_idx_get(), and Arguments_idx_put().
FunctionInstance InterpretedFunction::function |
Definition at line 44 of file function.c.
Referenced by Arguments_destructor().
scope_chain_t* InterpretedFunction::scope_chain |
Definition at line 45 of file function.c.