Searched refs:search_str_len (Results 1 – 1 of 1) sorted by relevance
617 ecma_length_t search_str_len = ecma_string_get_length (search_str_p); in ecma_builtin_helper_string_prototype_object_index_of() local619 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()