Home
last modified time | relevance | path

Searched refs:ecma_op_container_create_iterator (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set-prototype.c147 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_set_prototype_object_entries()
166 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_set_prototype_object_keys()
185 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_set_prototype_object_values()
Decma-builtin-map-prototype.c164 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_map_prototype_object_entries()
183 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_map_prototype_object_keys()
202 return ecma_op_container_create_iterator (this_arg, in ecma_builtin_map_prototype_object_values()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.h47 ecma_value_t ecma_op_container_create_iterator (ecma_value_t this_arg, uint8_t type, lit_magic_stri…
Decma-container-object.c1033 ecma_op_container_create_iterator (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_create_iterator() function