Home
last modified time | relevance | path

Searched refs:value_arg (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-weakset-prototype.c48 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_weakset_prototype_object_add()
50 return ecma_op_container_set (this_arg, value_arg, ECMA_VALUE_UNDEFINED, LIT_MAGIC_STRING_WEAKSET_UL); in ecma_builtin_weakset_prototype_object_add()
64 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_weakset_prototype_object_delete()
66 return ecma_op_container_delete_weak (this_arg, value_arg, LIT_MAGIC_STRING_WEAKSET_UL); in ecma_builtin_weakset_prototype_object_delete()
80 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_weakset_prototype_object_has()
82 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_WEAKSET_UL); in ecma_builtin_weakset_prototype_object_has()
47 ecma_builtin_weakset_prototype_object_add(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_weakset_prototype_object_add() argument
63 ecma_builtin_weakset_prototype_object_delete(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_weakset_prototype_object_delete() argument
79 ecma_builtin_weakset_prototype_object_has(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_weakset_prototype_object_has() argument
H A Decma-builtin-set-prototype.c48 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_set_prototype_object_add()
50 return ecma_op_container_set (this_arg, value_arg, value_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_add()
79 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_set_prototype_object_delete()
81 return ecma_op_container_delete (this_arg, value_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_delete()
113 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_set_prototype_object_has()
115 return ecma_op_container_has (this_arg, value_arg, LIT_MAGIC_STRING_SET_UL); in ecma_builtin_set_prototype_object_has()
47 ecma_builtin_set_prototype_object_add(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_set_prototype_object_add() argument
78 ecma_builtin_set_prototype_object_delete(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_set_prototype_object_delete() argument
112 ecma_builtin_set_prototype_object_has(ecma_value_t this_arg, ecma_value_t value_arg) ecma_builtin_set_prototype_object_has() argument
H A Decma-builtin-weakmap-prototype.c97 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_weakmap_prototype_object_set()
99 return ecma_op_container_set (this_arg, key_arg, value_arg, LIT_MAGIC_STRING_WEAKMAP_UL); in ecma_builtin_weakmap_prototype_object_set()
95 ecma_builtin_weakmap_prototype_object_set(ecma_value_t this_arg, ecma_value_t key_arg, ecma_value_t value_arg) ecma_builtin_weakmap_prototype_object_set() argument
H A Decma-builtin-map-prototype.c130 ecma_value_t value_arg) /**< value argument */ in ecma_builtin_map_prototype_object_set()
132 return ecma_op_container_set (this_arg, key_arg, value_arg, LIT_MAGIC_STRING_MAP_UL); in ecma_builtin_map_prototype_object_set()
128 ecma_builtin_map_prototype_object_set(ecma_value_t this_arg, ecma_value_t key_arg, ecma_value_t value_arg) ecma_builtin_map_prototype_object_set() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.c62 ecma_value_t value_arg, /**< value argument */ in ecma_op_internal_buffer_append()
69 ecma_value_t values[] = { ecma_copy_value_if_not_object (key_arg), ecma_copy_value_if_not_object (value_arg) }; in ecma_op_internal_buffer_append()
85 ecma_value_t value_arg, /**< value argument */ in ecma_op_internal_buffer_update()
94 ((ecma_container_pair_t *) entry_p)->value = ecma_copy_value_if_not_object (value_arg); in ecma_op_internal_buffer_update()
768 ecma_value_t value_arg, /**< value argument */ in ecma_op_container_set()
795 value_arg, in ecma_op_container_set()
808 ecma_op_internal_buffer_update (entry_p, ecma_op_container_set_noramlize_zero (value_arg), lit_id); in ecma_op_container_set()
859 ecma_value_t value_arg = ecma_op_container_get_value (entry_p, lit_id); in ecma_op_container_foreach() local
861 ecma_value_t call_args[] = { value_arg, key_arg, this_arg }; in ecma_op_container_foreach()
1183 ecma_value_t value_arg in ecma_op_container_iterator_next() local
60 ecma_op_internal_buffer_append(ecma_collection_t *container_p, ecma_value_t key_arg, ecma_value_t value_arg, lit_magic_string_id_t lit_id) ecma_op_internal_buffer_append() argument
84 ecma_op_internal_buffer_update(ecma_value_t *entry_p, ecma_value_t value_arg, lit_magic_string_id_t lit_id) ecma_op_internal_buffer_update() argument
766 ecma_op_container_set(ecma_value_t this_arg, ecma_value_t key_arg, ecma_value_t value_arg, lit_magic_string_id_t lit_id) ecma_op_container_set() argument
[all...]
H A Decma-container-object.h39 ecma_value_t ecma_op_container_set (ecma_value_t this_arg, ecma_value_t key_arg, ecma_value_t value_arg,

Completed in 3 milliseconds