Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h370 } parser_branch_t; typedef
378 parser_branch_t branch; /**< branch */
651 void parser_emit_cbc_forward_branch (parser_context_t *context_p, uint16_t opcode, parser_branch_t
655 void parser_set_branch_to_current_position (parser_context_t *context_p, parser_branch_t *branch_p);
Djs-parser-util.c523 parser_branch_t *branch_p) /**< branch result */ in parser_emit_cbc_forward_branch()
605 parser_branch_t branch; in parser_emit_cbc_forward_branch_item()
719 parser_branch_t *branch_p) /**< branch result */ in parser_set_branch_to_current_position()
Djs-parser-statm.c144 parser_branch_t branch; /**< branch to the end */
171 parser_branch_t branch; /**< branch to the end */
179 parser_branch_t default_branch; /**< branch to the default case */
196 parser_branch_t branch; /**< branch to the end */
206 parser_branch_t branch; /**< branch to the end */
217 parser_branch_t branch; /**< branch to the end */
226 parser_branch_t branch; /**< branch to the end */
247 parser_branch_t branch; /**< branch to the end of the current block */
1360 parser_branch_t branch; in parser_parse_for_statement_start()
Djs-parser-expr.c2546 parser_branch_t branch; in parser_append_binary_token()
2555 parser_stack_push (context_p, &branch, sizeof (parser_branch_t)); in parser_append_binary_token()
2655 parser_branch_t branch; in parser_process_binary_opcodes()
2656 parser_stack_pop (context_p, &branch, sizeof (parser_branch_t)); in parser_process_binary_opcodes()
2711 parser_branch_t skip_init; in parser_pattern_get_target()
2837 parser_branch_t skip_init; in parser_pattern_form_assignment()
3186 parser_branch_t cond_branch; in parser_process_ternary_expression()
3187 parser_branch_t uncond_branch; in parser_process_ternary_expression()
Djs-parser.c941 parser_branch_t branch; in parser_post_processing()
942 parser_stack_pop (context_p, &branch, sizeof (parser_branch_t)); in parser_post_processing()
1881 parser_branch_t skip_init; in parser_parse_function_arguments()
1970 parser_branch_t branch; in parser_parse_function_arguments()
1972 parser_stack_push (context_p, &branch, sizeof (parser_branch_t)); in parser_parse_function_arguments()