Home
last modified time | relevance | path

Searched refs:ecma_string_is_empty (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-error-prototype.c114 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()
Decma-builtin-string-prototype.c837 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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c650 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
Decma-helpers.h348 bool ecma_string_is_empty (const ecma_string_t *string_p);
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c246 return !ecma_string_is_empty (str_p); in ecma_op_to_boolean()
Decma-regexp-object.c1906 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()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c603 || ecma_string_is_empty (ecma_get_string_from_value (message))) in jerry_debugger_send_eval()