|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <parser.h>

Public Attributes | |
| expression_t | expr |
| const WCHAR * | identifier |
| const WCHAR * | event_target |
| parameter_t * | parameter_list |
| statement_t * | statement_list |
| const WCHAR * | src_str |
| DWORD | src_len |
| unsigned | func_id |
| BOOL | is_statement |
| unsigned int | scope_index |
| struct _function_expression_t * | next |
Definition at line 300 of file parser.h.
Referenced by compile_function().
| expression_t _function_expression_t::expr |
Definition at line 299 of file parser.h.
Referenced by compile_function().
| BOOL _function_expression_t::is_statement |
Definition at line 306 of file parser.h.
Referenced by compile_function().
| struct _function_expression_t* _function_expression_t::next |
Definition at line 309 of file parser.h.
Referenced by compile_function().
| parameter_t* _function_expression_t::parameter_list |
Definition at line 301 of file parser.h.
Referenced by compile_function().
Definition at line 307 of file parser.h.
Referenced by compile_function().
| DWORD _function_expression_t::src_len |
Definition at line 304 of file parser.h.
Referenced by compile_function().
Definition at line 303 of file parser.h.
Referenced by compile_function().
| statement_t* _function_expression_t::statement_list |
Definition at line 302 of file parser.h.
Referenced by compile_function().