|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Public Attributes | |
| FunctionInstance | function |
| scope_chain_t * | scope_chain |
| bytecode_t * | code |
| function_code_t * | func_code |
Definition at line 45 of file function.c.
| bytecode_t* InterpretedFunction::code |
Definition at line 48 of file function.c.
Referenced by create_source_function(), InterpretedFunction_call(), and InterpretedFunction_destructor().
| function_code_t* InterpretedFunction::func_code |
Definition at line 49 of file function.c.
Referenced by create_source_function(), InterpretedFunction_call(), InterpretedFunction_get_code(), and InterpretedFunction_toString().
| FunctionInstance InterpretedFunction::function |
Definition at line 46 of file function.c.
Referenced by create_source_function(), InterpretedFunction_call(), and InterpretedFunction_gc_traverse().
| scope_chain_t* InterpretedFunction::scope_chain |
Definition at line 47 of file function.c.
Referenced by create_source_function(), InterpretedFunction_call(), InterpretedFunction_destructor(), and InterpretedFunction_gc_traverse().