Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerry.c1727 …ecma_string_t *ecma_str_p = ecma_new_ecma_string_from_utf8_converted_to_cesu8 ((lit_utf8_byte_t *)… in jerry_create_string_sz_from_utf8() local
1730 return ecma_make_string_value (ecma_str_p); in jerry_create_string_sz_from_utf8()
1761 ecma_string_t *ecma_str_p = ecma_new_ecma_string_from_utf8 ((lit_utf8_byte_t *) str_p, in jerry_create_string_sz() local
1763 return ecma_make_string_value (ecma_str_p); in jerry_create_string_sz()