ReactOS 0.4.15-dev-7942-gd23573b
_function_expression_t Struct Reference

#include <parser.h>

Collaboration diagram for _function_expression_t:

Public Attributes

expression_t expr
 
const WCHARidentifier
 
const WCHARevent_target
 
parameter_tparameter_list
 
source_elements_tsource_elements
 
const WCHARsrc_str
 
DWORD src_len
 
unsigned func_id
 
struct _function_expression_tnext
 

Detailed Description

Definition at line 291 of file parser.h.

Member Data Documentation

◆ event_target

const WCHAR* _function_expression_t::event_target

Definition at line 294 of file parser.h.

Referenced by compile_function().

◆ expr

expression_t _function_expression_t::expr

Definition at line 292 of file parser.h.

◆ func_id

unsigned _function_expression_t::func_id

Definition at line 299 of file parser.h.

◆ identifier

const WCHAR* _function_expression_t::identifier

Definition at line 293 of file parser.h.

Referenced by compile_function().

◆ next

struct _function_expression_t* _function_expression_t::next

Definition at line 301 of file parser.h.

Referenced by compile_function().

◆ parameter_list

parameter_t* _function_expression_t::parameter_list

Definition at line 295 of file parser.h.

Referenced by compile_function().

◆ source_elements

source_elements_t* _function_expression_t::source_elements

Definition at line 296 of file parser.h.

Referenced by compile_function().

◆ src_len

DWORD _function_expression_t::src_len

Definition at line 298 of file parser.h.

Referenced by compile_function().

◆ src_str

const WCHAR* _function_expression_t::src_str

Definition at line 297 of file parser.h.

Referenced by compile_function().


The documentation for this struct was generated from the following file: