Searched refs:bound_arg_list_p (Results 1 – 1 of 1) sorted by relevance
1026 ecma_collection_t *bound_arg_list_p = ecma_new_collection (); in ecma_op_function_call_bound() local1027 ecma_collection_push_back (bound_arg_list_p, ECMA_VALUE_EMPTY); in ecma_op_function_call_bound()1029 …a_object_t *target_obj_p = ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list_p); in ecma_op_function_call_bound()1031 ecma_collection_append (bound_arg_list_p, arguments_list_p, arguments_list_len); in ecma_op_function_call_bound()1033 JERRY_ASSERT (!ecma_is_value_empty (bound_arg_list_p->buffer_p[0])); in ecma_op_function_call_bound()1036 bound_arg_list_p->buffer_p[0], in ecma_op_function_call_bound()1037 bound_arg_list_p->buffer_p + 1, in ecma_op_function_call_bound()1038 … (ecma_length_t) (bound_arg_list_p->item_count - 1)); in ecma_op_function_call_bound()1040 ecma_collection_destroy (bound_arg_list_p); in ecma_op_function_call_bound()1120 ecma_collection_t *bound_arg_list_p = ecma_new_collection (); in ecma_op_function_construct_bound() local[all …]