Searched defs:value_arg (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-weakmap-prototype.c | 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 D | ecma-builtin-weakset-prototype.c | 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 D | ecma-builtin-set-prototype.c | 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 D | ecma-builtin-map-prototype.c | 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 D | ecma-container-object.c | 859 ecma_value_t value_arg = ecma_op_container_get_value (entry_p, lit_id); in ecma_op_container_foreach() local 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...] |
Completed in 6 milliseconds