Home
last modified time | relevance | path

Searched refs:ECMA_STRING_LAST_INDEX_OF (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c535 JERRY_ASSERT (ECMA_STRING_LAST_INDEX_OF < mode && mode <= ECMA_STRING_ENDS_WITH); in ecma_builtin_helper_string_prototype_object_index_of()
553 if (mode > ECMA_STRING_LAST_INDEX_OF) in ecma_builtin_helper_string_prototype_object_index_of()
572 bool use_first_index = mode != ECMA_STRING_LAST_INDEX_OF; in ecma_builtin_helper_string_prototype_object_index_of()
641 case ECMA_STRING_LAST_INDEX_OF: in ecma_builtin_helper_string_prototype_object_index_of()
H A Decma-builtin-helpers.h37 ECMA_STRING_LAST_INDEX_OF, /**< String.lastIndexOf: ECMA-262 v5, 15.5.4.8 */ enumerator

Completed in 3 milliseconds