Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c347 bool is_x_less_than_y_check; in ecma_op_abstract_relational_compare() local
354 is_x_less_than_y_check = false; in ecma_op_abstract_relational_compare()
360 is_x_less_than_y_check = false; in ecma_op_abstract_relational_compare()
366 is_x_less_than_y_check = true; in ecma_op_abstract_relational_compare()
372 is_x_less_than_y_check = false; in ecma_op_abstract_relational_compare()
378 is_x_less_than_y_check = true; in ecma_op_abstract_relational_compare()
392 is_x_less_than_y_check = true; in ecma_op_abstract_relational_compare()
396 is_x_less_than_y_check = false; in ecma_op_abstract_relational_compare()
400 JERRY_ASSERT (is_x_less_than_y_check == is_x_less_than_y); in ecma_op_abstract_relational_compare()