Searched refs:ECMA_STRING_FLAG_MUST_BE_FREED (Results 1 – 5 of 5) sorted by relevance
550 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_replace()555 if (search_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_replace()909 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_split()914 if (separator_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_string_prototype_object_split()
1009 if (replace_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_replace_substitute()
626 JERRY_ASSERT (!(flags & ECMA_STRING_FLAG_MUST_BE_FREED)); in ecma_append_chars_to_string()747 JERRY_ASSERT (!(flags & ECMA_STRING_FLAG_MUST_BE_FREED)); in ecma_concat_ecma_strings()1042 if (flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_string_copy_to_utf8_buffer()1384 *flags_p |= ECMA_STRING_FLAG_MUST_BE_FREED; in ecma_string_get_chars()1436 *flags_p |= ECMA_STRING_FLAG_MUST_BE_FREED; in ecma_string_get_chars()2416 if (flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_string_trim()
96 ECMA_STRING_FLAG_MUST_BE_FREED = (1 << 3), /**< The returned buffer must be freed */ enumerator118 if (utf8_ptr ## flags & ECMA_STRING_FLAG_MUST_BE_FREED) \
1882 if (input_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_exec_helper()2083 if (flags_str_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_split_helper()2475 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_split_helper()2674 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_replace_helper_fast()3186 if (string_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_regexp_replace_helper()