Home
last modified time | relevance | path

Searched refs:PARSER_PLUS_EQUAL_U16 (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c182 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_flush_cbc()
558 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_emit_cbc_forward_branch()
569 PARSER_PLUS_EQUAL_U16 (opcode, PARSER_MAX_BRANCH_LENGTH - 1); in parser_emit_cbc_forward_branch()
670 PARSER_PLUS_EQUAL_U16 (context_p->stack_depth, CBC_STACK_ADJUST_VALUE (flags)); in parser_emit_cbc_backward_branch()
Djs-parser-statm.c392 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_BLOCK_CONTEXT_STACK_ALLOCATION); in parser_push_block_context()
910 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_WITH_CONTEXT_STACK_ALLOCATION); in parser_parse_with_statement_start()
1269 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, in parser_parse_for_statement_start()
2923 PARSER_PLUS_EQUAL_U16 (context_p->context_stack_depth, PARSER_TRY_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()
Djs-parser-internal.h227 #define PARSER_PLUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) + (value)) macro
Djs-parser-expr.c3296 PARSER_PLUS_EQUAL_U16 (context_p->last_cbc_opcode, 2); in parser_parse_block_expression()