Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c221 ecma_string_t *num_to_str = ecma_new_ecma_string_from_number (num); in ecma_op_object_get_own_property() local
223 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() local
577 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() local
1395 if (ecma_compare_ecma_strings (property_name_p, num_to_str)) in ecma_op_object_put_with_receiver()
[all …]