Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-iterator-prototype.c65 || ext_obj_p->u.pseudo_array.type != ECMA_PSEUDO_STRING_ITERATOR) in ecma_builtin_string_iterator_prototype_object_next()
Decma-builtin-string-prototype.c1312 ECMA_PSEUDO_STRING_ITERATOR, in ecma_builtin_string_prototype_object_iterator()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h658 ECMA_PSEUDO_STRING_ITERATOR = 6, /**< String iterator object (ECMAScript v6, 22.1.5.1) */ enumerator
659 ECMA_PSEUDO_ARRAY__MAX = ECMA_PSEUDO_STRING_ITERATOR /**< maximum value */
Decma-gc.c651 case ECMA_PSEUDO_STRING_ITERATOR: in ecma_gc_mark()
1286 case ECMA_PSEUDO_STRING_ITERATOR: in ecma_gc_free_object()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2754 case ECMA_PSEUDO_STRING_ITERATOR: in ecma_object_get_class_name()