Home
last modified time | relevance | path

Searched refs:context_stack_depth (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c934 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_post_processing()
949 JERRY_ASSERT (context_p->context_stack_depth == 0); in parser_post_processing()
1975 context_p->context_stack_depth = PARSER_BLOCK_CONTEXT_STACK_ALLOCATION; in parser_parse_function_arguments()
2078 context.context_stack_depth = 0; in parser_parse_source()
2330 saved_context_p->context_stack_depth = context_p->context_stack_depth; in parser_save_context()
2358 context_p->context_stack_depth = 0; in parser_save_context()
2403 context_p->context_stack_depth = saved_context_p->context_stack_depth; in parser_restore_context()
Djs-parser-statm.c392 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_push_block_context()
446 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_pop_block_context()
910 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_start()
950 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_end()
1269 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, in parser_parse_for_statement_start()
1877 PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
1899 … PARSER_MINUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_try_statement_end()
2646 JERRY_ASSERT (context_p->context_stack_depth == context_p->stack_depth); in parser_parse_statements()
2742 JERRY_ASSERT (context_p->stack_depth == context_p->context_stack_depth); in parser_parse_statements()
2923 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()
[all …]
Djs-parser-internal.h483 uint16_t context_stack_depth; /**< current context stack depth */ member
557 uint16_t context_stack_depth; /**< current context stack depth */ member