Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h654 void parser_emit_cbc_backward_branch (parser_context_t *context_p, uint16_t opcode, uint32_t offset…
673 parser_emit_cbc_backward_branch ((context_p), PARSER_TO_EXT_OPCODE (opcode), (offset))
Djs-parser-util.c622 parser_emit_cbc_backward_branch (parser_context_t *context_p, /**< context */ in parser_emit_cbc_backward_branch() function
Djs-parser-statm.c1002 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, do_while_statement.start_offset); in parser_parse_do_while_statement_end()
1118 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, while_statement.start_offset); in parser_parse_while_statement_end()
1653 parser_emit_cbc_backward_branch (context_p, (uint16_t) opcode, for_statement.start_offset); in parser_parse_for_statement_end()