Searched refs:date_value (Results 1 – 2 of 2) sorted by relevance
218 ECMA_TRY_CATCH (date_value, ecma_op_to_number (args[2]), ret_value); in ecma_date_construct_helper()219 date = ecma_get_number_from_value (date_value); in ecma_date_construct_helper()220 ECMA_FINALIZE (date_value); in ecma_date_construct_helper()
484 time_t date_value, apparent_age, corrected_received_age, response_delay, age_value = 0; in soup_cache_entry_new() local487 date_value = soup_date_to_time_t (soup_date); in soup_cache_entry_new()494 apparent_age = MAX (0, entry->response_time - date_value); in soup_cache_entry_new()