Home
last modified time | relevance | path

Searched refs:ECMA_ITERATOR_VALUES (Results 1 – 7 of 7) 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-set-prototype.c186 ECMA_ITERATOR_VALUES, in ecma_builtin_set_prototype_object_values()
Decma-builtin-map-prototype.c203 ECMA_ITERATOR_VALUES, in ecma_builtin_map_prototype_object_values()
Decma-builtin-array-iterator-prototype.c146 if (iterator_type == ECMA_ITERATOR_VALUES) in ecma_builtin_array_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h688 ECMA_ITERATOR_VALUES, /**< List only key values */ enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c1189 else if (iterator_kind == ECMA_ITERATOR_VALUES) in ecma_op_container_iterator_next()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c399 return ecma_builtin_typedarray_iterators_helper (this_arg, ECMA_ITERATOR_VALUES); in ecma_builtin_typedarray_prototype_values()