Searched refs:ecma_string_get_char_at_pos (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-string-iterator-prototype.c | 102 ecma_char_t first = ecma_string_get_char_at_pos (string_p, position); in ecma_builtin_string_iterator_prototype_object_next() 116 ecma_char_t second = ecma_string_get_char_at_pos (string_p, (ecma_length_t) (position + 1)); in ecma_builtin_string_iterator_prototype_object_next()
|
D | ecma-builtin-string-prototype.c | 190 …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() 1211 ecma_char_t first = ecma_string_get_char_at_pos (this_string_p, index); in ecma_builtin_string_prototype_object_code_point_at() 1220 ecma_char_t second = ecma_string_get_char_at_pos (this_string_p, index + 1); in ecma_builtin_string_prototype_object_code_point_at()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-get-put-value.c | 157 ecma_char_t char_at_idx = ecma_string_get_char_at_pos (string_p, index); in ecma_op_get_value_object_base()
|
D | ecma-objects.c | 122 ecma_char_t char_at_idx = ecma_string_get_char_at_pos (prim_value_str_p, index); in ecma_op_object_get_own_property() 484 ecma_char_t char_at_idx = ecma_string_get_char_at_pos (prim_value_str_p, index); in ecma_op_object_find_own()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 2293 ecma_string_get_char_at_pos (const ecma_string_t *string_p, /**< ecma-string */ in ecma_string_get_char_at_pos() function 2894 ecma_char_t first = ecma_string_get_char_at_pos (str_p, index); in ecma_op_advance_string_index() 2901 ecma_char_t second = ecma_string_get_char_at_pos (str_p, next_index); in ecma_op_advance_string_index()
|
D | ecma-helpers.h | 365 ecma_char_t ecma_string_get_char_at_pos (const ecma_string_t *string_p, ecma_length_t index);
|