Home
last modified time | relevance | path

Searched refs:ECMA_ITERATOR_KEYS_VALUES (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set-prototype.c148 ECMA_ITERATOR_KEYS_VALUES, in ecma_builtin_set_prototype_object_entries()
Decma-builtin-map-prototype.c165 ECMA_ITERATOR_KEYS_VALUES, in ecma_builtin_map_prototype_object_entries()
Decma-builtin-array-iterator-prototype.c153 JERRY_ASSERT (iterator_type == ECMA_ITERATOR_KEYS_VALUES); in ecma_builtin_array_iterator_prototype_object_next()
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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h689 ECMA_ITERATOR_KEYS_VALUES, /**< List key indices and values */ enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c1195 JERRY_ASSERT (iterator_kind == ECMA_ITERATOR_KEYS_VALUES); in ecma_op_container_iterator_next()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c415 return ecma_builtin_typedarray_iterators_helper (this_arg, ECMA_ITERATOR_KEYS_VALUES); in ecma_builtin_typedarray_prototype_entries()