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/
H A 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/
H A Decma-helpers.h360 bool ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, const ecma_string_t *string2_p);
H A Decma-helpers-string.c1932 ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_relational() function
2013 } /* ecma_compare_ecma_strings_relational */ in ecma_compare_ecma_strings_relational()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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()
H A 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/
H A Djerry-snapshot.c1385 return ecma_compare_ecma_strings_relational (literal1, literal2); in jerry_save_literals_compare()

Completed in 12 milliseconds