Home
last modified time | relevance | path

Searched refs:parser_emit_cbc_forward_branch (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h651 void parser_emit_cbc_forward_branch (parser_context_t *context_p, uint16_t opcode, parser_branch_t …
671 parser_emit_cbc_forward_branch ((context_p), PARSER_TO_EXT_OPCODE (opcode), (branch_p))
Djs-parser-statm.c395 parser_emit_cbc_forward_branch (context_p, in parser_push_block_context()
842 parser_emit_cbc_forward_branch (context_p, in parser_parse_if_statement_start()
882 parser_emit_cbc_forward_branch (context_p, in parser_parse_if_statement_end()
1045 parser_emit_cbc_forward_branch (context_p, CBC_JUMP_FORWARD, &while_statement.branch); in parser_parse_while_statement_start()
1363 parser_emit_cbc_forward_branch (context_p, CBC_JUMP_FORWARD, &branch); in parser_parse_for_statement_start()
1536 parser_emit_cbc_forward_branch (context_p, CBC_JUMP_FORWARD, &for_statement.branch); in parser_parse_for_statement_start()
1834 parser_emit_cbc_forward_branch (context_p, CBC_JUMP_FORWARD, &switch_statement.default_branch); in parser_parse_switch_statement_start()
Djs-parser-util.c521 parser_emit_cbc_forward_branch (parser_context_t *context_p, /**< context */ in parser_emit_cbc_forward_branch() function
610 parser_emit_cbc_forward_branch (context_p, opcode, &branch); in parser_emit_cbc_forward_branch_item()
Djs-parser-expr.c2554 parser_emit_cbc_forward_branch (context_p, opcode, &branch); in parser_append_binary_token()
3197 parser_emit_cbc_forward_branch (context_p, (uint16_t) opcode, &cond_branch); in parser_process_ternary_expression()
3201 parser_emit_cbc_forward_branch (context_p, CBC_JUMP_FORWARD, &uncond_branch); in parser_process_ternary_expression()
Djs-parser.c1971 parser_emit_cbc_forward_branch (context_p, CBC_BLOCK_CREATE_CONTEXT, &branch); in parser_parse_function_arguments()