Home
last modified time | relevance | path

Searched refs:is_px_less (Results 1 – 1 of 1) 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() local
418 ret_value = ecma_make_boolean_value (is_px_less); in ecma_op_abstract_relational_compare()