Searched refs:parser_emit_two_bytes (Results 1 – 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-util.c | 42 parser_emit_two_bytes (parser_context_t *context_p, /**< context */ in parser_emit_two_bytes() function 176 parser_emit_two_bytes (context_p, CBC_EXT_OPCODE, (uint8_t) opcode); in parser_flush_cbc() 188 parser_emit_two_bytes (context_p, in parser_flush_cbc() 198 parser_emit_two_bytes (context_p, in parser_flush_cbc() 207 parser_emit_two_bytes (context_p, in parser_flush_cbc() 485 parser_emit_two_bytes (context_p, CBC_EXT_OPCODE, CBC_EXT_LINE); in parser_emit_line_info() 571 parser_emit_two_bytes (context_p, (uint8_t) opcode, 0); in parser_emit_cbc_forward_branch() 580 parser_emit_two_bytes (context_p, 0, 0); in parser_emit_cbc_forward_branch()
|