Searched refs:ecma_op_container_foreach (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-map-prototype.c | 83 return ecma_op_container_foreach (this_arg, predicate, predicate_this_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_foreach()
|
H A D | ecma-builtin-set-prototype.c | 99 return ecma_op_container_foreach (this_arg, predicate, predicate_this_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_foreach()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-container-object.h | 36 ecma_value_t ecma_op_container_foreach (ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg,
|
H A D | ecma-container-object.c | 822 ecma_op_container_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_foreach() function 874 } /* ecma_op_container_foreach */ in ecma_op_container_foreach()
|
Completed in 3 milliseconds