Home
last modified time | relevance | path

Searched refs:ecma_op_create_iterator_object (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.h47 ecma_op_create_iterator_object (ecma_value_t iterated_value, ecma_object_t *prototype_obj_p,
Decma-iterator-object.c136 ecma_op_create_iterator_object (ecma_value_t iterated_value, /**< value from create iterator */ in ecma_op_create_iterator_object() function
Decma-container-object.c1047 return ecma_op_create_iterator_object (this_arg, in ecma_op_container_create_iterator()
Decma-array-object.c775 return ecma_op_create_iterator_object (ecma_make_object_value (obj_p), in ecma_op_create_array_iterator()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1310 return ecma_op_create_iterator_object (ecma_copy_value (to_string), in ecma_builtin_string_prototype_object_iterator()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c364 return ecma_op_create_iterator_object (this_arg, in ecma_builtin_typedarray_iterators_helper()