Searched refs:name_str_p (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-reflect.c | 99 ecma_string_t *name_str_p = ecma_op_to_prop_name (((arguments_number > 1) ? arguments_list[1] in ecma_builtin_reflect_dispatch_routine() local 103 if (name_str_p == NULL) in ecma_builtin_reflect_dispatch_routine() 122 ret_value = ecma_op_object_get_with_receiver (target_p, name_str_p, receiver); in ecma_builtin_reflect_dispatch_routine() 128 ret_value = ecma_op_object_has_property (target_p, name_str_p); in ecma_builtin_reflect_dispatch_routine() 134 ret_value = ecma_op_object_delete (target_p, name_str_p, false); in ecma_builtin_reflect_dispatch_routine() 149 …ret_value = ecma_op_object_put_with_receiver (target_p, name_str_p, arguments_list[2], receiver, f… in ecma_builtin_reflect_dispatch_routine() 154 ecma_deref_ecma_string (name_str_p); in ecma_builtin_reflect_dispatch_routine() 265 ecma_string_t *name_str_p = ecma_op_to_prop_name (arguments_list[1]); in ecma_builtin_reflect_dispatch_routine() local 267 if (name_str_p == NULL) in ecma_builtin_reflect_dispatch_routine() 277 ecma_deref_ecma_string (name_str_p); in ecma_builtin_reflect_dispatch_routine() [all …]
|
D | ecma-builtin-object.h | 31 ecma_string_t *name_str_p); 33 ecma_string_t *name_str_p,
|
D | ecma-builtin-object.c | 722 … ecma_string_t *name_str_p) /**< routine's second argument */ in ecma_builtin_object_object_get_own_property_descriptor() argument 727 ecma_value_t status = ecma_op_object_get_own_property_descriptor (obj_p, name_str_p, &prop_desc); in ecma_builtin_object_object_get_own_property_descriptor() 912 … ecma_string_t *name_str_p, /**< routine's second argument */ in ecma_builtin_object_object_define_property() argument 927 name_str_p, in ecma_builtin_object_object_define_property()
|