Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c155 ecma_string_t *nonref_string_p = ecma_new_nonref_ecma_string_from_utf8(chars_p, size); in ecma_find_or_create_literal_string()
Decma-helpers.h295 ecma_string_t *ecma_new_nonref_ecma_string_from_utf8 (const lit_utf8_byte_t *string_p, lit_utf8_siz…
Decma-helpers-string.c365 ecma_string_t * ecma_new_nonref_ecma_string_from_utf8 (const lit_utf8_byte_t *string_p, lit_utf8_si… in ecma_new_nonref_ecma_string_from_utf8() function