Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-map-iterator-prototype.c54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_MAP_ITERATOR); in ecma_builtin_map_iterator_prototype_object_next()
Decma-builtin-set-iterator-prototype.c54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.h49 ecma_value_t ecma_op_container_iterator_next (ecma_value_t this_val, ecma_pseudo_array_type_t itera…
Decma-container-object.c1121 ecma_op_container_iterator_next (ecma_value_t this_val, /**< this argument */ in ecma_op_container_iterator_next() function