Searched refs:raw_strings_p (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-tagged-template-literal.c | 41 ecma_object_t *raw_strings_p, /**< raw strings object */ in parser_tagged_template_literal_append_strings() 53 ecma_builtin_helper_def_prop_by_index (raw_strings_p, in parser_tagged_template_literal_append_strings() 93 ecma_builtin_helper_def_prop_by_index (raw_strings_p, in parser_tagged_template_literal_append_strings() 108 parser_new_tagged_template_literal (ecma_object_t **raw_strings_p) /**< [out] raw strings object */ in parser_new_tagged_template_literal() argument 111 *raw_strings_p = ecma_op_new_array_object (0); in parser_new_tagged_template_literal() 115 ecma_make_object_value (*raw_strings_p), in parser_new_tagged_template_literal() 117 ecma_deref_object (*raw_strings_p); in parser_new_tagged_template_literal() 141 ecma_object_t *raw_strings_p) /**< raw strings object */ in parser_tagged_template_literal_finalize() 144 parser_tagged_template_literal_freeze_array (raw_strings_p); in parser_tagged_template_literal_finalize() 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 140 parser_tagged_template_literal_finalize(ecma_object_t *template_obj_p, ecma_object_t *raw_strings_p) parser_tagged_template_literal_finalize() argument
|
H A D | js-parser-tagged-template-literal.h | 35 parser_new_tagged_template_literal (ecma_object_t **raw_strings_p); 39 ecma_object_t *raw_strings_p, uint32_t prop_index); 42 parser_tagged_template_literal_finalize (ecma_object_t *template_obj_p, ecma_object_t *raw_strings_p);
|
H A D | js-parser-expr.c | 1434 ecma_object_t *raw_strings_p; in parser_parse_tagged_template_literal() local 1435 ecma_object_t *template_obj_p = parser_new_tagged_template_literal (&raw_strings_p); in parser_parse_tagged_template_literal() 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() 1467 parser_tagged_template_literal_finalize (template_obj_p, raw_strings_p); in parser_parse_tagged_template_literal()
|
Completed in 4 milliseconds