Searched refs:num_value (Results 1 – 3 of 3) sorted by relevance
149 ecma_number_t num_value = ecma_get_number_from_value (tv); in ecma_builtin_date_prototype_to_json() local151 if (ecma_number_is_nan (num_value) || ecma_number_is_infinity (num_value)) in ecma_builtin_date_prototype_to_json()
1255 ecma_number_t num_value = ecma_get_number_from_value (value); in ecma_builtin_json_serialize_property() local1258 if (!ecma_number_is_nan (num_value) && !ecma_number_is_infinity (num_value)) in ecma_builtin_json_serialize_property()
94 int64 num_value = 113; field