Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c192 parser_emit_cbc_literal (context_p, opcode, literal_index); in parser_emit_ident_reference()
507 parser_emit_cbc_literal (context_p, CBC_PUSH_LITERAL, (uint16_t) (context_p->literal_count++)); in parser_parse_class_literal()
571 parser_emit_cbc_literal (context_p, in parser_parse_class_literal()
692 parser_emit_cbc_literal (context_p, in parser_parse_class_literal()
826 parser_emit_cbc_literal (context_p, (uint16_t) opcode, class_ident_index); in parser_parse_class()
855 parser_emit_cbc_literal (context_p, in parser_parse_object_method()
976 parser_emit_cbc_literal (context_p, in parser_parse_object_literal()
1048 parser_emit_cbc_literal (context_p, in parser_parse_object_literal()
1140 parser_emit_cbc_literal (context_p, CBC_SET_PROPERTY, literal_index); in parser_parse_object_literal()
1289 parser_emit_cbc_literal (context_p, in parser_parse_function_expression()
[all …]
Djs-parser-internal.h645 void parser_emit_cbc_literal (parser_context_t *context_p, uint16_t opcode, uint16_t literal_index);
663 parser_emit_cbc_literal ((context_p), PARSER_TO_EXT_OPCODE (opcode), (literal_index))
Djs-parser-statm.c590 parser_emit_cbc_literal (context_p, (uint16_t) opcode, index); in parser_parse_var_statement()
606 parser_emit_cbc_literal (context_p, (uint16_t) opcode, index); in parser_parse_var_statement()
1382 parser_emit_cbc_literal (context_p, opcode, literal_index); in parser_parse_for_statement_start()
1384 parser_emit_cbc_literal (context_p, CBC_ASSIGN_SET_IDENT, literal_index); in parser_parse_for_statement_start()
1977 parser_emit_cbc_literal (context_p, in parser_parse_try_statement_end()
1981 parser_emit_cbc_literal (context_p, CBC_ASSIGN_SET_IDENT, context_p->lit_object.index); in parser_parse_try_statement_end()
Djs-scanner-util.c1969 parser_emit_cbc_literal (context_p, opcode, context_p->lit_object.index); in scanner_check_variables()
2316 parser_emit_cbc_literal (context_p, opcode, map_to); in scanner_create_variables()
2345 parser_emit_cbc_literal (context_p, CBC_CREATE_LOCAL, map_to); in scanner_create_variables()
Djs-parser.c1793 parser_emit_cbc_literal (context_p, in parser_parse_function_arguments()
1891 parser_emit_cbc_literal (context_p, in parser_parse_function_arguments()
1912 parser_emit_cbc_literal (context_p, opcode, literal_index); in parser_parse_function_arguments()
Djs-parser-util.c308 parser_emit_cbc_literal (parser_context_t *context_p, /**< context */ in parser_emit_cbc_literal() function