Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h42 } ecma_string_index_of_mode_t; typedef
58 … ecma_value_t arg2, ecma_string_index_of_mode_t mode);
Decma-builtin-string-prototype.c1391 ecma_string_index_of_mode_t mode; in ecma_builtin_string_prototype_dispatch_routine()
1392 … mode = (ecma_string_index_of_mode_t) (builtin_routine_id - ECMA_STRING_PROTOTYPE_LAST_INDEX_OF); in ecma_builtin_string_prototype_dispatch_routine()
Decma-builtin-helpers.c517ecma_string_index_of_mode_t mode) /**< routine's mode */ in ecma_builtin_helper_string_prototype_object_index_of()