Home
last modified time | relevance | path

Searched refs:PARSER_CBC_UNAVAILABLE (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c151 if (last_opcode == PARSER_CBC_UNAVAILABLE) in parser_flush_cbc()
284 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_flush_cbc()
296 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc()
314 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_literal()
336 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_literal_value()
357 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_literal_from_token()
379 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_call()
398 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_push_number()
473 if (flush_cbc && context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_line_info()
528 if (context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_cbc_forward_branch()
[all...]
H A Djs-parser-statm.c989 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_do_while_statement_end()
994 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_do_while_statement_end()
1006 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_do_while_statement_end()
1047 JERRY_ASSERT (context_p->last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_parse_while_statement_start()
1106 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_while_statement_end()
1111 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_while_statement_end()
1140 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_check_left_hand_side_expression()
1145 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_check_left_hand_side_expression()
1150 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_check_left_hand_side_expression()
1279 JERRY_ASSERT (context_p->last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_parse_for_statement_start()
[all...]
H A Djs-parser-expr.c1260 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_function_expression()
1267 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_function_expression()
1272 JERRY_ASSERT (context_p->last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_parse_function_expression()
1723 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_unary_expression()
1951 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_process_unary_expression()
1978 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_process_unary_expression()
2373 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_append_binary_single_assignment_token()
2433 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_append_binary_single_assignment_token()
2442 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_append_binary_single_assignment_token()
2461 context_p->last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_append_binary_single_assignment_token()
[all...]
H A Djs-parser.c2057 context.last_cbc_opcode = PARSER_CBC_UNAVAILABLE; in parser_parse_source()
2197 JERRY_ASSERT (context.last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_parse_source()
2287 JERRY_ASSERT (context_p->last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_save_context()
2378 JERRY_ASSERT (context_p->last_cbc_opcode == PARSER_CBC_UNAVAILABLE); in parser_restore_context()
H A Djs-parser-internal.h245 #define PARSER_CBC_UNAVAILABLE CBC_EXT_OPCODE macro

Completed in 9 milliseconds