Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-iterator-prototype.c102 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()
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()
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/
Decma-get-put-value.c157 ecma_char_t char_at_idx = ecma_string_get_char_at_pos (string_p, index); in ecma_op_get_value_object_base()
Decma-objects.c122 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/
Decma-helpers-string.c2293 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()
Decma-helpers.h365 ecma_char_t ecma_string_get_char_at_pos (const ecma_string_t *string_p, ecma_length_t index);