ReactOS 0.4.16-dev-340-g0540c21
|
#include <parser.h>
Public Attributes | |
expression_t | expr |
const WCHAR * | identifier |
const WCHAR * | event_target |
parameter_t * | parameter_list |
source_elements_t * | source_elements |
const WCHAR * | src_str |
DWORD | src_len |
unsigned | func_id |
struct _function_expression_t * | next |
Definition at line 294 of file parser.h.
Referenced by compile_function().
expression_t _function_expression_t::expr |
Definition at line 293 of file parser.h.
Referenced by compile_function().
struct _function_expression_t* _function_expression_t::next |
Definition at line 301 of file parser.h.
Referenced by compile_function().
parameter_t* _function_expression_t::parameter_list |
Definition at line 295 of file parser.h.
Referenced by compile_function().
source_elements_t* _function_expression_t::source_elements |
Definition at line 296 of file parser.h.
Referenced by compile_function().
DWORD _function_expression_t::src_len |
Definition at line 298 of file parser.h.
Referenced by compile_function().
Definition at line 297 of file parser.h.
Referenced by compile_function().