Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c57 ecma_string_t *ret_string_p; in ecma_builtin_helper_object_to_string_tag_helper() local
94ret_string_p = ecma_new_ecma_string_from_utf8 (str_buffer, (lit_utf8_size_t) (buffer_ptr - str_buf… in ecma_builtin_helper_object_to_string_tag_helper()
99 return ecma_make_string_value (ret_string_p); in ecma_builtin_helper_object_to_string_tag_helper()
166 ecma_string_t *ret_string_p; in ecma_builtin_helper_object_to_string() local
192ret_string_p = ecma_new_ecma_string_from_utf8 (str_buffer, (lit_utf8_size_t) (buffer_ptr - str_buf… in ecma_builtin_helper_object_to_string()
194 return ecma_make_string_value (ret_string_p); in ecma_builtin_helper_object_to_string()
230 ecma_string_t *ret_string_p = NULL; in ecma_builtin_helper_get_to_locale_string_at_index() local
258 ret_string_p = ecma_op_to_string (call_value); in ecma_builtin_helper_get_to_locale_string_at_index()
265 return ret_string_p; in ecma_builtin_helper_get_to_locale_string_at_index()
Decma-builtin-string.c73 ecma_string_t *ret_string_p = NULL; in ecma_builtin_string_object_from_char_code() local
100 ret_string_p = ecma_new_ecma_string_from_utf8 (utf8_buf_p, utf8_buf_used); in ecma_builtin_string_object_from_char_code()
107 ret_value = ecma_make_string_value (ret_string_p); in ecma_builtin_string_object_from_char_code()
Decma-builtin-string-prototype.c1130 ecma_string_t *ret_string_p; in ecma_builtin_string_prototype_object_repeat() local
1176ret_string_p = ecma_new_ecma_string_from_utf8 (str_buffer, (lit_utf8_size_t) (buffer_ptr - str_buf… in ecma_builtin_string_prototype_object_repeat()
1179 return ecma_make_string_value (ret_string_p); in ecma_builtin_string_prototype_object_repeat()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c420 ecma_string_t *ret_string_p = ecma_op_to_string (prim_value); in ecma_op_to_string() local
424 return ret_string_p; in ecma_op_to_string()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2400 ecma_string_t *ret_string_p; in ecma_string_trim() local
2409 ret_string_p = ecma_new_ecma_string_from_utf8 (utf8_str_p, utf8_str_size); in ecma_string_trim()
2413 ret_string_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY); in ecma_string_trim()
2421 return ret_string_p; in ecma_string_trim()