ReactOS 0.4.15-dev-6669-g8227c5d
|
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.
Referenced by create_source_function(), InterpretedFunction_call(), and InterpretedFunction_destructor().
function_code_t* InterpretedFunction::func_code |
Definition at line 47 of file function.c.
Referenced by Arguments_idx_get(), Arguments_idx_put(), create_source_function(), InterpretedFunction_call(), and InterpretedFunction_toString().
FunctionInstance InterpretedFunction::function |
Definition at line 44 of file function.c.
Referenced by Arguments_destructor(), create_source_function(), and InterpretedFunction_call().
scope_chain_t* InterpretedFunction::scope_chain |
Definition at line 45 of file function.c.
Referenced by create_source_function(), InterpretedFunction_call(), and InterpretedFunction_destructor().