Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c1161 uint8_t iterator_kind = ext_obj_p->u.pseudo_array.extra_info; in ecma_op_container_iterator_next() local
1185 if (iterator_kind == ECMA_ITERATOR_KEYS) in ecma_op_container_iterator_next()
1189 else if (iterator_kind == ECMA_ITERATOR_VALUES) in ecma_op_container_iterator_next()
1195 JERRY_ASSERT (iterator_kind == ECMA_ITERATOR_KEYS_VALUES); in ecma_op_container_iterator_next()