Home
last modified time | relevance | path

Searched refs:third_literal_index (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c205 literal_index = context_p->last_cbc.third_literal_index; in parser_flush_cbc()
249 parser_print_literal (context_p, context_p->last_cbc.third_literal_index); in parser_flush_cbc()
414 lit_value = context_p->last_cbc.third_literal_index; in parser_emit_cbc_push_number()
Djs-parser-expr.c189 literal_index = context_p->last_cbc.third_literal_index; in parser_emit_ident_reference()
1285 context_p->last_cbc.third_literal_index = function_literal_index; in parser_parse_function_expression()
1715 context_p->last_cbc.third_literal_index = context_p->lit_object.index; in parser_parse_unary_expression()
1791 context_p->last_cbc.third_literal_index = literal_index; in parser_parse_unary_expression()
2392 literal_index = context_p->last_cbc.third_literal_index; in parser_append_binary_single_assignment_token()
Djs-parser-internal.h238 uint16_t third_literal_index; /**< literal index argument */ member