Searched refs:template_obj_p (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-tagged-template-literal.c | 40 … ecma_object_t *template_obj_p, /**< template object */ in parser_tagged_template_literal_append_strings() argument 48 ecma_builtin_helper_def_prop_by_index (template_obj_p, in parser_tagged_template_literal_append_strings() 88 ecma_builtin_helper_def_prop_by_index (template_obj_p, in parser_tagged_template_literal_append_strings() 110 ecma_object_t *template_obj_p = ecma_op_new_array_object (0); in parser_new_tagged_template_literal() local 113 ecma_builtin_helper_def_prop (template_obj_p, in parser_new_tagged_template_literal() 119 return template_obj_p; in parser_new_tagged_template_literal() 140 parser_tagged_template_literal_finalize (ecma_object_t *template_obj_p, /**< template object */ in parser_tagged_template_literal_finalize() argument 143 parser_tagged_template_literal_freeze_array (template_obj_p); in parser_tagged_template_literal_finalize()
|
D | js-parser-tagged-template-literal.h | 38 …tagged_template_literal_append_strings (parser_context_t *context_p, ecma_object_t *template_obj_p, 42 parser_tagged_template_literal_finalize (ecma_object_t *template_obj_p, ecma_object_t *raw_strings_…
|
D | js-parser-expr.c | 1435 ecma_object_t *template_obj_p = parser_new_tagged_template_literal (&raw_strings_p); in parser_parse_tagged_template_literal() local 1436 ecma_collection_push_back (collection_p, ecma_make_object_value (template_obj_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()
|