Home
last modified time | relevance | path

Searched refs:jerry_get_string_length (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-strings.cpp128 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
183 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
198 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
263 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
290 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
H A Dtest-api.cpp1010 cesu8_length = jerry_get_string_length (args[0]); in HWTEST_F()
1031 cesu8_length = jerry_get_string_length (args[1]); in HWTEST_F()
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c278 len = jerry_get_string_length (js_arg); in jerryx_arg_string_to_buffer_common_routine()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h452 jerry_length_t jerry_get_string_length (const jerry_value_t value);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1927 jerry_get_string_length (const jerry_value_t value) /**< input string */ in jerry_get_string_length() function
1937 } /* jerry_get_string_length */ in jerry_get_string_length()

Completed in 10 milliseconds