Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-intrinsic.c77 ecma_value_t ret_value = ecma_op_create_array_iterator (this_obj_p, ECMA_ITERATOR_VALUES); in ecma_builtin_intrinsic_array_prototype_values()
Decma-builtin-array-prototype.c2642 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()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.h108 ecma_op_create_array_iterator (ecma_object_t *obj_p,
Decma-array-object.c770 ecma_op_create_array_iterator (ecma_object_t *obj_p, /**< array object */ in ecma_op_create_array_iterator() function