Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h41 ECMA_STRING_ENDS_WITH /**< String.includes: ECMA-262 v6, 21.1.3.6 */ enumerator
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()
610 case ECMA_STRING_ENDS_WITH: in ecma_builtin_helper_string_prototype_object_index_of()