Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c617 ecma_length_t search_str_len = ecma_string_get_length (search_str_p); in ecma_builtin_helper_string_prototype_object_index_of() local
619 if (search_str_len == 0) in ecma_builtin_helper_string_prototype_object_index_of()
625 int32_t start_ends_with = (int32_t) (start - search_str_len); in ecma_builtin_helper_string_prototype_object_index_of()