Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-iterator-prototype.c126 result_str_p = ecma_new_ecma_string_from_code_units (first, second); in ecma_builtin_string_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h299 ecma_string_t *ecma_new_ecma_string_from_code_units (ecma_char_t first_code_unit, ecma_char_t secon…
Decma-helpers-string.c468 ecma_new_ecma_string_from_code_units (ecma_char_t first_code_unit, /**< code unit */ in ecma_new_ecma_string_from_code_units() function