Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c1012 parser_set_breaks_to_current_position (context_p, loop.branch_list_p); in parser_parse_do_while_statement_end()
1119 parser_set_breaks_to_current_position (context_p, loop.branch_list_p); in parser_parse_while_statement_end()
1654 parser_set_breaks_to_current_position (context_p, loop.branch_list_p); in parser_parse_for_statement_end()
3183 parser_set_breaks_to_current_position (context_p, loop.branch_list_p); in parser_parse_statements()
3234 parser_set_breaks_to_current_position (context_p, label.break_list_p); in parser_parse_statements()
3316 parser_set_breaks_to_current_position (context_p, loop.branch_list_p); in parser_parse_statements()
Djs-parser-internal.h656 void parser_set_breaks_to_current_position (parser_context_t *context_p, parser_branch_node_t *curr…
Djs-parser-util.c767 parser_set_breaks_to_current_position (parser_context_t *context_p, /**< context */ in parser_set_breaks_to_current_position() function