Searched refs:parser_set_branch_to_current_position (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-statm.c | 453 parser_set_branch_to_current_position (context_p, &block_context.branch); in parser_pop_block_context() 872 parser_set_branch_to_current_position (context_p, &if_statement.branch); in parser_parse_if_statement_end() 886 parser_set_branch_to_current_position (context_p, &if_statement.branch); in parser_parse_if_statement_end() 954 parser_set_branch_to_current_position (context_p, &with_statement.branch); in parser_parse_with_statement_end() 1090 parser_set_branch_to_current_position (context_p, &while_statement.branch); in parser_parse_while_statement_end() 1366 parser_set_branch_to_current_position (context_p, &branch); in parser_parse_for_statement_start() 1618 parser_set_branch_to_current_position (context_p, &for_statement.branch); in parser_parse_for_statement_end() 1881 parser_set_branch_to_current_position (context_p, &try_statement.branch); in parser_parse_try_statement_end() 1885 parser_set_branch_to_current_position (context_p, &try_statement.branch); in parser_parse_try_statement_end() 2066 parser_set_branch_to_current_position (context_p, &switch_statement.default_branch); in parser_parse_default_statement() [all …]
|
D | js-parser-util.c | 718 parser_set_branch_to_current_position (parser_context_t *context_p, /**< context */ in parser_set_branch_to_current_position() function 776 parser_set_branch_to_current_position (context_p, ¤t_p->branch); in parser_set_breaks_to_current_position() 794 parser_set_branch_to_current_position (context_p, ¤t_p->branch); in parser_set_continues_to_current_position()
|
D | js-parser-expr.c | 2657 parser_set_branch_to_current_position (context_p, &branch); in parser_process_binary_opcodes() 2753 parser_set_branch_to_current_position (context_p, &skip_init); in parser_pattern_get_target() 2842 parser_set_branch_to_current_position (context_p, &skip_init); in parser_pattern_form_assignment() 3202 parser_set_branch_to_current_position (context_p, &cond_branch); in parser_process_ternary_expression() 3218 parser_set_branch_to_current_position (context_p, &uncond_branch); in parser_process_ternary_expression()
|
D | js-parser-internal.h | 655 void parser_set_branch_to_current_position (parser_context_t *context_p, parser_branch_t *branch_p);
|
D | js-parser.c | 943 parser_set_branch_to_current_position (context_p, &branch); in parser_post_processing() 1899 parser_set_branch_to_current_position (context_p, &skip_init); in parser_parse_function_arguments()
|