Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandler.h64 …(jerryx_property_entry) { NAME, jerry_create_string_sz_from_utf8 ((const jerry_char_t *) STR, SIZE…
/third_party/jerryscript/docs/
D16.MIGRATION-GUIDE.md692 - [`jerry_create_string_sz_from_utf8`](02.API-REFERENCE.md#jerry_create_string_sz_from_utf8)
D02.API-REFERENCE.md4518 - [jerry_create_string_sz_from_utf8](#jerry_create_string_sz_from_utf8)
4521 ## jerry_create_string_sz_from_utf8 section in Create API values
4536 jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p,
4551 jerry_value_t string_value = jerry_create_string_sz_from_utf8 (char_array,
6931 - [jerry_create_string_sz_from_utf8](#jerry_create_string_sz_from_utf8)
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h512 jerry_value_t jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, jerry_size_t str_size);
/third_party/jerryscript/jerry-core/api/
Djerry.c1710 …return jerry_create_string_sz_from_utf8 (str_p, lit_zt_utf8_string_size ((lit_utf8_byte_t *) str_p… in jerry_create_string_from_utf8()
1722 jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, /**< pointer to string */ in jerry_create_string_sz_from_utf8() function