Home
last modified time | relevance | path

Searched refs:ecma_compare_ecma_non_direct_strings (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c499 if (ecma_compare_ecma_non_direct_strings (prop_name_p, name_p)) in ecma_property_hashmap_find()
Decma-helpers.c684 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()
Decma-helpers.h359 bool ecma_compare_ecma_non_direct_strings (const ecma_string_t *string1_p, const ecma_string_t *str…
Decma-helpers-string.c1684 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