Home
last modified time | relevance | path

Searched refs:scope_stack_global_end (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2073 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()
Djs-parser-internal.h478 uint16_t scope_stack_global_end; /**< end of global declarations of a function */ member
550 uint16_t scope_stack_global_end; /**< end of global declarations of a function */ member
Djs-scanner-util.c2443 context_p->scope_stack_global_end = context_p->scope_stack_top; in scanner_create_variables()
Djs-parser-statm.c763 && (scope_stack_p >= context_p->scope_stack_p + context_p->scope_stack_global_end)) in parser_parse_function_statement()