Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h55 ecma_builtin_helper_string_index_normalize (ecma_number_t index, uint32_t length, bool nan_to_zero);
Decma-builtin-helpers.c460 ecma_builtin_helper_string_index_normalize (ecma_number_t index, /**< index */ in ecma_builtin_helper_string_index_normalize() function
575 …ecma_length_t start = ecma_builtin_helper_string_index_normalize (pos_num, original_len, use_first… in ecma_builtin_helper_string_prototype_object_index_of()