Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c218 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()
/third_party/libsoup/libsoup/
Dsoup-cache.c484 time_t date_value, apparent_age, corrected_received_age, response_delay, age_value = 0; in soup_cache_entry_new() local
487 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()