Home
last modified time | relevance | path

Searched refs:ecma_new_ecma_string_from_code_unit (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-iterator-prototype.c110 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()
Decma-builtin-string-prototype.c194 … : ecma_make_string_value (ecma_new_ecma_string_from_code_unit (new_ecma_char))); in ecma_builtin_string_prototype_char_at_helper()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-get-put-value.c158 return ecma_make_string_value (ecma_new_ecma_string_from_code_unit (char_at_idx)); in ecma_op_get_value_object_base()
Decma-objects.c123 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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h300 ecma_string_t *ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit);
Decma-helpers-string.c492 ecma_new_ecma_string_from_code_unit (ecma_char_t code_unit) /**< code unit */ in ecma_new_ecma_string_from_code_unit() function