Searched refs:parser_emit_cbc_literal_from_token (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-expr.c | 1107 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()
|
D | js-parser-internal.h | 648 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))
|
D | js-parser-util.c | 352 parser_emit_cbc_literal_from_token (parser_context_t *context_p, /**< context */ in parser_emit_cbc_literal_from_token() function
|
D | js-parser-statm.c | 2470 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()
|