Searched refs:prop_idx (Results 1 - 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-tagged-template-literal.c | 42 uint32_t prop_idx) /**< property index to set the values */ in parser_tagged_template_literal_append_strings() 49 prop_idx, in parser_tagged_template_literal_append_strings() 54 prop_idx, in parser_tagged_template_literal_append_strings() 89 prop_idx, in parser_tagged_template_literal_append_strings() 94 prop_idx, in parser_tagged_template_literal_append_strings() 39 parser_tagged_template_literal_append_strings(parser_context_t *context_p, ecma_object_t *template_obj_p, ecma_object_t *raw_strings_p, uint32_t prop_idx) parser_tagged_template_literal_append_strings() argument
|
H A D | js-parser-expr.c | 1433 uint32_t prop_idx = 0; in parser_parse_tagged_template_literal() local 1438 parser_tagged_template_literal_append_strings (context_p, template_obj_p, raw_strings_p, prop_idx++); in parser_parse_tagged_template_literal() 1464 parser_tagged_template_literal_append_strings (context_p, template_obj_p, raw_strings_p, prop_idx++); in parser_parse_tagged_template_literal()
|
Completed in 4 milliseconds