Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c104 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_abstract_equality_compare() local
106 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() local
254 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_strict_equality_compare()
Decma-conversion.c122 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_same_value() local
124 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_same_value()