Searched refs:ecma_compare_ecma_non_direct_strings (Results 1 – 4 of 4) sorted by relevance
499 if (ecma_compare_ecma_non_direct_strings (prop_name_p, name_p)) in ecma_property_hashmap_find()
684 if (ecma_compare_ecma_non_direct_strings (name_p, prop_name_p)) in ecma_find_named_property()696 if (ecma_compare_ecma_non_direct_strings (name_p, prop_name_p)) in ecma_find_named_property()
359 bool ecma_compare_ecma_non_direct_strings (const ecma_string_t *string1_p, const ecma_string_t *str…
1684 return ecma_compare_ecma_non_direct_strings (prop_name_p, string_p); in ecma_string_compare_to_property_name()1882 ecma_compare_ecma_non_direct_strings (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_non_direct_strings() function