Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c978 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_do_while_statement_end()
1091 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_while_statement_end()
1599 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_for_statement_end()
3300 parser_set_continues_to_current_position (context_p, loop.branch_list_p); in parser_parse_statements()
Djs-parser-internal.h657 void parser_set_continues_to_current_position (parser_context_t *context_p, parser_branch_node_t *c…
Djs-parser-util.c787 parser_set_continues_to_current_position (parser_context_t *context_p, /**< context */ in parser_set_continues_to_current_position() function