Searched refs:y_str_p (Results 1 – 2 of 2) sorted by relevance
104 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_abstract_equality_compare() local106 bool is_equal = ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_abstract_equality_compare()252 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_strict_equality_compare() local254 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_strict_equality_compare()
122 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_same_value() local124 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_same_value()