Home
last modified time | relevance | path

Searched refs:ECMA_STRING_FLAG_MUST_BE_FREED (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c550 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()
Decma-builtin-helpers.c1009 if (replace_flags & ECMA_STRING_FLAG_MUST_BE_FREED) in ecma_builtin_replace_substitute()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c626 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()
Decma-helpers.h96 ECMA_STRING_FLAG_MUST_BE_FREED = (1 << 3), /**< The returned buffer must be freed */ enumerator
118 if (utf8_ptr ## flags & ECMA_STRING_FLAG_MUST_BE_FREED) \
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1882 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()