Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c721 cbc_ext_opcode_t ext_opcode = CBC_EXT_NOP; in parse_print_final_cbc()
732 ext_opcode = (cbc_ext_opcode_t) byte_code_p[1]; in parse_print_final_cbc()
1019 cbc_ext_opcode_t ext_opcode; in parser_post_processing()
1021 ext_opcode = (cbc_ext_opcode_t) page_p->bytes[offset]; in parser_post_processing()
1408 cbc_ext_opcode_t ext_opcode; in parser_post_processing()
1410 ext_opcode = (cbc_ext_opcode_t) page_p->bytes[offset]; in parser_post_processing()
Djs-parser-util.c172 cbc_ext_opcode_t opcode = (cbc_ext_opcode_t) PARSER_GET_EXT_OPCODE (last_opcode); in parser_flush_cbc()
Djs-parser-expr.c577 cbc_ext_opcode_t opcode; in parser_parse_class_literal()
930 cbc_ext_opcode_t opcode; in parser_parse_object_literal()
1882 cbc_ext_opcode_t opcode = CBC_EXT_YIELD; in parser_parse_unary_expression()
Dbyte-code.h847 } cbc_ext_opcode_t; typedef