Searched refs:get_arg_string_p (Results 1 – 1 of 1) sorted by relevance
217 ecma_string_t *get_arg_string_p = ecma_op_to_string (argument_list_p[arg_index]); in ecma_builtin_string_prototype_object_concat() local219 if (JERRY_UNLIKELY (get_arg_string_p == NULL)) in ecma_builtin_string_prototype_object_concat()225 ecma_stringbuilder_append (&builder, get_arg_string_p); in ecma_builtin_string_prototype_object_concat()227 ecma_deref_ecma_string (get_arg_string_p); in ecma_builtin_string_prototype_object_concat()