Searched refs:scope_stack_global_end (Results 1 – 4 of 4) sorted by relevance
2073 context.scope_stack_global_end = 0; in parser_parse_source()2325 saved_context_p->scope_stack_global_end = context_p->scope_stack_global_end; in parser_save_context()2353 context_p->scope_stack_global_end = 0; in parser_save_context()2398 context_p->scope_stack_global_end = saved_context_p->scope_stack_global_end; in parser_restore_context()
478 uint16_t scope_stack_global_end; /**< end of global declarations of a function */ member550 uint16_t scope_stack_global_end; /**< end of global declarations of a function */ member
2443 context_p->scope_stack_global_end = context_p->scope_stack_top; in scanner_create_variables()
763 && (scope_stack_p >= context_p->scope_stack_p + context_p->scope_stack_global_end)) in parser_parse_function_statement()