Searched refs:ecma_op_container_iterator_next (Results 1 – 4 of 4) sorted by relevance
54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_MAP_ITERATOR); in ecma_builtin_map_iterator_prototype_object_next()
54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_iterator_prototype_object_next()
49 ecma_value_t ecma_op_container_iterator_next (ecma_value_t this_val, ecma_pseudo_array_type_t itera…
1121 ecma_op_container_iterator_next (ecma_value_t this_val, /**< this argument */ in ecma_op_container_iterator_next() function