Searched refs:ret_string_p (Results 1 – 5 of 5) sorted by relevance
57 ecma_string_t *ret_string_p; in ecma_builtin_helper_object_to_string_tag_helper() local94 …ret_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() local192 …ret_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() local258 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()
73 ecma_string_t *ret_string_p = NULL; in ecma_builtin_string_object_from_char_code() local100 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()
1130 ecma_string_t *ret_string_p; in ecma_builtin_string_prototype_object_repeat() local1176 …ret_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()
420 ecma_string_t *ret_string_p = ecma_op_to_string (prim_value); in ecma_op_to_string() local424 return ret_string_p; in ecma_op_to_string()
2400 ecma_string_t *ret_string_p; in ecma_string_trim() local2409 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()