Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c1107 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_object_literal()
1322 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_template_literal()
1728 parser_emit_cbc_literal_from_token (context_p, (uint16_t) opcode); in parser_parse_unary_expression()
1952 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_PROP_THIS_LITERAL); in parser_process_unary_expression()
1963 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_PROP_LITERAL); in parser_process_unary_expression()
2961 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_pattern_process_assignment()
3121 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_object_initializer()
Djs-parser-internal.h648 void parser_emit_cbc_literal_from_token (parser_context_t *context_p, uint16_t opcode);
665 parser_emit_cbc_literal_from_token ((context_p), PARSER_TO_EXT_OPCODE (opcode))
Djs-parser-util.c352 parser_emit_cbc_literal_from_token (parser_context_t *context_p, /**< context */ in parser_emit_cbc_literal_from_token() function
Djs-parser-statm.c2470 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_export_statement()
2690 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_statements()
2723 parser_emit_cbc_literal_from_token (context_p, CBC_PUSH_LITERAL); in parser_parse_statements()