Searched refs:ecma_new_ecma_string_from_code_unit (Results 1 – 6 of 6) sorted by relevance
110 result_str_p = ecma_new_ecma_string_from_code_unit (first); in ecma_builtin_string_iterator_prototype_object_next()121 result_str_p = ecma_new_ecma_string_from_code_unit (first); in ecma_builtin_string_iterator_prototype_object_next()
194 … : ecma_make_string_value (ecma_new_ecma_string_from_code_unit (new_ecma_char))); in ecma_builtin_string_prototype_char_at_helper()
158 return ecma_make_string_value (ecma_new_ecma_string_from_code_unit (char_at_idx)); in ecma_op_get_value_object_base()
123 ecma_string_t *char_str_p = ecma_new_ecma_string_from_code_unit (char_at_idx); in ecma_op_object_get_own_property()485 return ecma_make_string_value (ecma_new_ecma_string_from_code_unit (char_at_idx)); in ecma_op_object_find_own()
300 ecma_string_t *ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit);
492 ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit) /**< code unit */ in ecma_new_ecma_string_from_code_unit() function