Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c625 int32_t start_ends_with = (int32_t) (start - search_str_len); in ecma_builtin_helper_string_prototype_object_index_of() local
627 if (start_ends_with < 0) in ecma_builtin_helper_string_prototype_object_index_of()
632 (ecma_length_t) start_ends_with, &index_of)) in ecma_builtin_helper_string_prototype_object_index_of()
634 ret_value = ecma_make_boolean_value (index_of == (ecma_length_t) start_ends_with); in ecma_builtin_helper_string_prototype_object_index_of()