Searched refs:x_num_value (Results 1 – 1 of 1) sorted by relevance
114 ecma_value_t x_num_value = ecma_op_to_number (x); in ecma_op_abstract_equality_compare() local116 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()