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 D | ecma-builtin-map-prototype.c | 164 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 D | ecma-builtin-set-prototype.c | 147 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 D | ecma-container-object.h | 47 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 D | ecma-container-object.c | 1033 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