Home
last modified time | relevance | path

Searched refs:ecma_compare_ecma_strings_relational (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c416 bool is_px_less = ecma_compare_ecma_strings_relational (str_x_p, str_y_p); in ecma_op_abstract_relational_compare()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h357 bool ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, const ecma_string_t *str…
Decma-helpers-string.c1805 ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_relational() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c257 if (ecma_compare_ecma_strings_relational (this_string_p, arg_string_p)) in ecma_builtin_string_prototype_object_locale_compare()
Decma-builtin-array-prototype.c1045 if (ecma_compare_ecma_strings_relational (lhs_str_p, rhs_str_p)) in ecma_builtin_array_prototype_object_sort_compare_helper()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1385 return ecma_compare_ecma_strings_relational (literal1, literal2); in jerry_save_literals_compare()