Searched refs:ecma_string_is_empty (Results 1 – 7 of 7) sorted by relevance
114 if (ecma_string_is_empty (name_string_p)) in ecma_builtin_error_prototype_object_to_string()119 if (ecma_string_is_empty (msg_string_p)) in ecma_builtin_error_prototype_object_to_string()
837 if (ecma_string_is_empty (string_p)) in ecma_builtin_string_prototype_object_split()839 if (!ecma_string_is_empty (separator_p)) in ecma_builtin_string_prototype_object_split()
650 if (JERRY_UNLIKELY (ecma_string_is_empty (string1_p))) in ecma_append_chars_to_string()759 if (JERRY_UNLIKELY (ecma_string_is_empty (string1_p))) in ecma_concat_ecma_strings()764 else if (JERRY_UNLIKELY (ecma_string_is_empty (string2_p))) in ecma_concat_ecma_strings()1541 ecma_string_is_empty (const ecma_string_t *string_p) /**< ecma-string */ in ecma_string_is_empty() function
348 bool ecma_string_is_empty (const ecma_string_t *string_p);
246 return !ecma_string_is_empty (str_p); in ecma_op_to_boolean()
1906 if (JERRY_UNLIKELY (pattern_string_p == NULL) || !ecma_string_is_empty (pattern_string_p)) in ecma_regexp_read_pattern_str_helper()2917 const bool is_empty = ecma_string_is_empty (match_str_p); in ecma_regexp_replace_helper()3330 if (ecma_string_is_empty (match_str_p)) in ecma_regexp_match_helper()
603 || ecma_string_is_empty (ecma_get_string_from_value (message))) in jerry_debugger_send_eval()