Home
last modified time | relevance | path

Searched refs:scope_stack_end_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c98 parser_scope_stack_t *scope_stack_end_p = scope_stack_p + context_p->scope_stack_top; in parser_print_literal() local
101 while (scope_stack_p < scope_stack_end_p) in parser_print_literal()
103 scope_stack_end_p--; in parser_print_literal()
105 if (scope_stack_end_p->map_from == PARSER_SCOPE_STACK_FUNC) in parser_print_literal()
107 if (literal_index == scope_stack_end_p->map_to) in parser_print_literal()
113 else if (literal_index == scanner_decode_map_to (scope_stack_end_p)) in parser_print_literal()
136 lexer_literal_t *literal_p = PARSER_GET_LITERAL (scope_stack_end_p->map_from); in parser_print_literal()
Djs-scanner-util.c1989 parser_scope_stack_t *scope_stack_end_p; in scanner_create_variables() local
2012 scope_stack_end_p = scope_stack_p + context_p->scope_stack_size; in scanner_create_variables()
2019 scope_stack_end_p = scope_stack_p + context_p->scope_stack_size; in scanner_create_variables()
2167 if (JERRY_UNLIKELY (scope_stack_p >= scope_stack_end_p)) in scanner_create_variables()
2370 if (JERRY_UNLIKELY (scope_stack_p >= scope_stack_end_p)) in scanner_create_variables()
2418 if (JERRY_UNLIKELY (scope_stack_p >= scope_stack_end_p)) in scanner_create_variables()