Home
last modified time | relevance | path

Searched refs:ECMA_PSEUDO_SET_ITERATOR (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set-prototype.c151 ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_prototype_object_entries()
170 ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_prototype_object_keys()
189 ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_prototype_object_values()
Decma-builtin-set-iterator-prototype.c54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_iterator_prototype_object_next()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c641 case ECMA_PSEUDO_SET_ITERATOR: in ecma_gc_mark()
1302 || ext_object_p->u.pseudo_array.type == ECMA_PSEUDO_SET_ITERATOR in ecma_gc_free_object()
Decma-globals.h656 ECMA_PSEUDO_SET_ITERATOR = 4, /**< Set iterator object (ECMAScript v6, 23.2.5.1) */ enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2744 case ECMA_PSEUDO_SET_ITERATOR: in ecma_object_get_class_name()