ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <parse.h>
Public Attributes | |
const WCHAR * | name |
function_type_t | type |
BOOL | is_public |
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 172 of file parse.h.
Referenced by create_function().
statement_t* _function_decl_t::body |
Definition at line 173 of file parse.h.
Referenced by create_function().
BOOL _function_decl_t::is_public |
Definition at line 171 of file parse.h.
Referenced by create_class_funcprop(), and create_function().
Definition at line 169 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 174 of file parse.h.
Referenced by compile_class(), and compile_script().
struct _function_decl_t* _function_decl_t::next_prop_func |
Definition at line 175 of file parse.h.
Referenced by compile_class(), and create_class_funcprop().
function_type_t _function_decl_t::type |
Definition at line 170 of file parse.h.
Referenced by compile_class(), create_class_funcprop(), and create_function().