Searched refs:ECMA_IS_DIRECT_STRING (Results 1 – 6 of 6) sorted by relevance
133 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_get_chars_fast()238 return (!ECMA_IS_DIRECT_STRING (string_p) in ecma_prop_name_is_symbol()691 JERRY_ASSERT (!ECMA_IS_DIRECT_STRING (string1_p)); in ecma_append_chars_to_string()760 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_ref_ecma_string()794 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_deref_ecma_string()826 JERRY_ASSERT (!ECMA_IS_DIRECT_STRING (string_p)); in ecma_destroy_ecma_string()878 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_to_number()912 if (ECMA_IS_DIRECT_STRING (str_p)) in ecma_string_get_array_index()952 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_copy_to_cesu8_buffer()1002 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_string_copy_to_utf8_buffer()[all …]
154 if (JERRY_UNLIKELY (ECMA_IS_DIRECT_STRING (prop_name_p))) in ecma_lcache_lookup()
422 if (ECMA_IS_DIRECT_STRING (name_p)) in ecma_property_hashmap_find()
136 if (ECMA_IS_DIRECT_STRING (string_p)) in ecma_find_or_create_literal_string()
1453 #define ECMA_IS_DIRECT_STRING(string_p) \ macro
628 if (ECMA_IS_DIRECT_STRING (name_p)) in ecma_find_named_property()