Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-iterator-prototype.c156 ecma_value_t entry_array_value; in ecma_builtin_array_iterator_prototype_object_next() local
157 entry_array_value = ecma_create_array_from_iter_element (get_value, in ecma_builtin_array_iterator_prototype_object_next()
160 result = ecma_create_iter_result_object (entry_array_value, ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
161 ecma_free_value (entry_array_value); in ecma_builtin_array_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c1197 ecma_value_t entry_array_value; in ecma_op_container_iterator_next() local
1198 entry_array_value = ecma_create_array_from_iter_element (value_arg, key_arg); in ecma_op_container_iterator_next()
1200 ret_value = ecma_create_iter_result_object (entry_array_value, ECMA_VALUE_FALSE); in ecma_op_container_iterator_next()
1201 ecma_free_value (entry_array_value); in ecma_op_container_iterator_next()