Searched refs:ecma_op_create_array_iterator (Results 1 – 4 of 4) sorted by relevance
77 ecma_value_t ret_value = ecma_op_create_array_iterator (this_obj_p, ECMA_ITERATOR_VALUES); in ecma_builtin_intrinsic_array_prototype_values()
2642 ret_value = ecma_op_create_array_iterator (obj_p, ECMA_ITERATOR_KEYS_VALUES); in ecma_builtin_array_prototype_dispatch_routine()2647 ret_value = ecma_op_create_array_iterator (obj_p, ECMA_ITERATOR_KEYS); in ecma_builtin_array_prototype_dispatch_routine()
108 ecma_op_create_array_iterator (ecma_object_t *obj_p,
770 ecma_op_create_array_iterator (ecma_object_t *obj_p, /**< array object */ in ecma_op_create_array_iterator() function