Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c114 ecma_value_t x_num_value = ecma_op_to_number (x); in ecma_op_abstract_equality_compare() local
116 if (ECMA_IS_VALUE_ERROR (x_num_value)) in ecma_op_abstract_equality_compare()
118 return x_num_value; in ecma_op_abstract_equality_compare()
121 ecma_value_t compare_result = ecma_op_abstract_equality_compare (x_num_value, y); in ecma_op_abstract_equality_compare()
123 ecma_free_value (x_num_value); in ecma_op_abstract_equality_compare()