|
ReactOS 0.4.17-dev-414-ge848ce1
|
#include <parse.h>

Public Attributes | |
| const WCHAR * | name |
| function_type_t | type |
| BOOL | is_public |
| BOOL | is_default |
| arg_decl_t * | args |
| statement_t * | body |
| struct _function_decl_t * | next |
| struct _function_decl_t * | next_prop_func |
| arg_decl_t* _function_decl_t::args |
Definition at line 200 of file parse.h.
Referenced by create_function().
| statement_t* _function_decl_t::body |
Definition at line 201 of file parse.h.
Referenced by create_function().
| BOOL _function_decl_t::is_default |
Definition at line 199 of file parse.h.
Referenced by compile_class().
| BOOL _function_decl_t::is_public |
Definition at line 198 of file parse.h.
Referenced by create_class_funcprop(), and create_function().
Definition at line 196 of file parse.h.
Referenced by compile_class(), create_class_funcprop(), and create_function().
| struct _function_decl_t* _function_decl_t::next |
Definition at line 202 of file parse.h.
Referenced by compile_class(), and compile_script().
| struct _function_decl_t* _function_decl_t::next_prop_func |
Definition at line 203 of file parse.h.
Referenced by compile_class(), and create_class_funcprop().
| function_type_t _function_decl_t::type |
Definition at line 197 of file parse.h.
Referenced by compile_class(), create_class_funcprop(), and create_function().