Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c344 bool is_x_less_than_y = (nx < ny); in ecma_op_abstract_relational_compare() local
400 JERRY_ASSERT (is_x_less_than_y_check == is_x_less_than_y); in ecma_op_abstract_relational_compare()
403 ret_value = ecma_make_boolean_value (is_x_less_than_y); in ecma_op_abstract_relational_compare()