Home
last modified time | relevance | path

Searched refs:ECMA_ITERATOR_INDEX_LIMIT (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-iterator-object.h44 #define ECMA_ITERATOR_INDEX_LIMIT UINT16_MAX macro
H A Decma-container-object.c1063 if (JERRY_UNLIKELY (index == ECMA_ITERATOR_INDEX_LIMIT)) in ecma_op_iterator_get_index()
1082 if (JERRY_UNLIKELY (index >= ECMA_ITERATOR_INDEX_LIMIT)) in ecma_op_iterator_set_index()
1084 /* After the ECMA_ITERATOR_INDEX_LIMIT limit is reached the [[%Iterator%NextIndex]] in ecma_op_iterator_set_index()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-iterator-prototype.c92 if (JERRY_UNLIKELY (index == ECMA_ITERATOR_INDEX_LIMIT)) in ecma_builtin_array_iterator_prototype_object_next()
94 /* After the ECMA_ITERATOR_INDEX_LIMIT limit is reached the [[%Iterator%NextIndex]] in ecma_builtin_array_iterator_prototype_object_next()
H A Decma-builtin-string-iterator-prototype.c85 if (JERRY_UNLIKELY (position == ECMA_ITERATOR_INDEX_LIMIT)) in ecma_builtin_string_iterator_prototype_object_next()

Completed in 3 milliseconds