Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c414 ecma_string_t *str_y_p = ecma_get_string_from_value (py); in ecma_op_abstract_relational_compare() local
416 bool is_px_less = ecma_compare_ecma_strings_relational (str_x_p, str_y_p); in ecma_op_abstract_relational_compare()