Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-iterator-prototype.c66 || ext_obj_p->u.pseudo_array.type != ECMA_PSEUDO_ARRAY_ITERATOR) in ecma_builtin_array_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c142 …JERRY_ASSERT (iterator_type >= ECMA_PSEUDO_ARRAY_ITERATOR && iterator_type <= ECMA_PSEUDO_ARRAY__M… in ecma_op_create_iterator_object()
Decma-array-object.c777 ECMA_PSEUDO_ARRAY_ITERATOR, in ecma_op_create_array_iterator()
Decma-objects.c2740 case ECMA_PSEUDO_ARRAY_ITERATOR: in ecma_object_get_class_name()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c640 case ECMA_PSEUDO_ARRAY_ITERATOR: in ecma_gc_mark()
1301 || ext_object_p->u.pseudo_array.type == ECMA_PSEUDO_ARRAY_ITERATOR in ecma_gc_free_object()
Decma-globals.h655 ECMA_PSEUDO_ARRAY_ITERATOR = 3, /**< Array iterator object (ECMAScript v6, 22.1.5.1) */ enumerator
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c366 ECMA_PSEUDO_ARRAY_ITERATOR, in ecma_builtin_typedarray_iterators_helper()