Searched refs:num_to_str (Results 1 – 1 of 1) sorted by relevance
221 ecma_string_t *num_to_str = ecma_new_ecma_string_from_number (num); in ecma_op_object_get_own_property() local223 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_get_own_property()225 ecma_deref_ecma_string (num_to_str); in ecma_op_object_get_own_property()230 ecma_deref_ecma_string (num_to_str); in ecma_op_object_get_own_property()575 ecma_string_t *num_to_str = ecma_new_ecma_string_from_number (num); in ecma_op_object_find_own() local577 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_find_own()579 ecma_deref_ecma_string (num_to_str); in ecma_op_object_find_own()584 ecma_deref_ecma_string (num_to_str); in ecma_op_object_find_own()1393 ecma_string_t *num_to_str = ecma_new_ecma_string_from_number (num); in ecma_op_object_put_with_receiver() local1395 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_put_with_receiver()[all …]