Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c190 …ecma_char_t new_ecma_char = ecma_string_get_char_at_pos (original_string_p, ecma_number_to_uint32 … in ecma_builtin_string_prototype_char_at_helper() local
193 return (charcode_mode ? ecma_make_uint32_value (new_ecma_char) in ecma_builtin_string_prototype_char_at_helper()
194 … : ecma_make_string_value (ecma_new_ecma_string_from_code_unit (new_ecma_char))); in ecma_builtin_string_prototype_char_at_helper()