Home
last modified time | relevance | path

Searched refs:x_str_p (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-comparison.c103 ecma_string_t *x_str_p = ecma_get_string_from_value (x); 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()
251 ecma_string_t *x_str_p = ecma_get_string_from_value (x); 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()
H A Decma-conversion.c121 ecma_string_t *x_str_p = ecma_get_string_from_value (x); in ecma_op_same_value() local
124 return ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_same_value()

Completed in 2 milliseconds