Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c216 uint8_t byte_argument = (uint8_t) context_p->last_cbc.value; in parser_flush_cbc() local
222 JERRY_ASSERT (context_p->stack_depth >= byte_argument); in parser_flush_cbc()
223 PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, byte_argument); in parser_flush_cbc()
226 PARSER_APPEND_TO_BYTE_CODE (context_p, byte_argument); in parser_flush_cbc()