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/
H A 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()
H A 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()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.h47 ecma_value_t ecma_op_container_create_iterator (ecma_value_t this_arg, uint8_t type, lit_magic_string_id_t lit_id,
H A Decma-container-object.c1033 ecma_op_container_create_iterator (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_create_iterator() function
1051 } /* ecma_op_container_create_iterator */ in ecma_op_container_create_iterator()

Completed in 5 milliseconds