ReactOS 0.4.17-dev-357-ga8f14ff
_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
 
statement_tstatement_list
 
const WCHARsrc_str
 
DWORD src_len
 
unsigned func_id
 
BOOL is_statement
 
unsigned int scope_index
 
struct _function_expression_tnext
 

Detailed Description

Definition at line 297 of file parser.h.

Member Data Documentation

◆ event_target

const WCHAR* _function_expression_t::event_target

Definition at line 300 of file parser.h.

Referenced by compile_function().

◆ expr

expression_t _function_expression_t::expr

Definition at line 298 of file parser.h.

◆ func_id

unsigned _function_expression_t::func_id

Definition at line 305 of file parser.h.

◆ identifier

const WCHAR* _function_expression_t::identifier

Definition at line 299 of file parser.h.

Referenced by compile_function().

◆ is_statement

BOOL _function_expression_t::is_statement

Definition at line 306 of file parser.h.

Referenced by compile_function().

◆ next

struct _function_expression_t* _function_expression_t::next

Definition at line 309 of file parser.h.

Referenced by compile_function().

◆ parameter_list

parameter_t* _function_expression_t::parameter_list

Definition at line 301 of file parser.h.

Referenced by compile_function().

◆ scope_index

unsigned int _function_expression_t::scope_index

Definition at line 307 of file parser.h.

Referenced by compile_function().

◆ src_len

DWORD _function_expression_t::src_len

Definition at line 304 of file parser.h.

Referenced by compile_function().

◆ src_str

const WCHAR* _function_expression_t::src_str

Definition at line 303 of file parser.h.

Referenced by compile_function().

◆ statement_list

statement_t* _function_expression_t::statement_list

Definition at line 302 of file parser.h.

Referenced by compile_function().


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