|
ReactOS 0.4.17-dev-357-ga8f14ff
|

| BOOL _statement_ctx_t::block_scope |
Definition at line 43 of file compile.c.
Referenced by bind_local(), compile_block_statement(), compile_for_statement(), compile_function_expression(), visit_block_statement(), visit_function_expression(), visit_statement(), and visit_variable_list().
| unsigned _statement_ctx_t::break_label |
Definition at line 37 of file compile.c.
Referenced by compile_break_statement(), compile_for_statement(), compile_forin_statement(), compile_labelled_statement(), compile_switch_statement(), and compile_while_statement().
| unsigned _statement_ctx_t::continue_label |
Definition at line 38 of file compile.c.
Referenced by compile_continue_statement(), compile_for_statement(), compile_forin_statement(), and compile_while_statement().
| unsigned _statement_ctx_t::for_end_label |
Definition at line 34 of file compile.c.
Referenced by compile_exitfor_statement(), compile_foreach_statement(), and compile_forto_statement().
| const labelled_statement_t* _statement_ctx_t::labelled_stat |
Definition at line 40 of file compile.c.
Referenced by compile_break_statement(), and compile_continue_statement().
| struct _statement_ctx_t * _statement_ctx_t::next |
Definition at line 45 of file compile.c.
Referenced by bind_local(), compile_break_statement(), compile_continue_statement(), compile_dot_expression(), compile_exitdo_statement(), compile_exitfor_statement(), compile_function_expression(), compile_statement(), pop_compiler_statement_ctx(), pop_to_stat(), push_compiler_statement_ctx(), stack_offset(), visit_function_expression(), and visit_variable_list().
| BOOL _statement_ctx_t::scope_has_functions |
Definition at line 44 of file compile.c.
Referenced by visit_block_statement(), and visit_function_expression().
Definition at line 42 of file compile.c.
Referenced by bind_local(), compile_block_statement(), compile_for_statement(), compile_function_expression(), visit_block_statement(), visit_function_expression(), visit_statement(), and visit_variable_list().
| unsigned _statement_ctx_t::stack_use |
Definition at line 33 of file compile.c.
Referenced by compile_exitdo_statement(), compile_exitfor_statement(), pop_to_stat(), and stack_offset().
| BOOL _statement_ctx_t::using_except |
Definition at line 35 of file compile.c.
Referenced by compile_try_statement(), and pop_to_stat().
| BOOL _statement_ctx_t::using_scope |
Definition at line 34 of file compile.c.
Referenced by bind_local(), and pop_to_stat().
| unsigned _statement_ctx_t::while_end_label |
Definition at line 33 of file compile.c.
Referenced by compile_dowhile_statement(), compile_exitdo_statement(), and compile_while_statement().
| unsigned _statement_ctx_t::with_stack_offset |
Definition at line 35 of file compile.c.
Referenced by compile_dot_expression(), and compile_with_statement().