Searched refs:ecma_op_container_clear (Results 1 – 4 of 4) sorted by relevance
65 return ecma_op_container_clear (this_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_clear()
49 return ecma_op_container_clear (this_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_clear()
41 ecma_value_t ecma_op_container_clear (ecma_value_t this_arg, lit_magic_string_id_t lit_id);
883 ecma_op_container_clear (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_clear() function