Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Ddate.c570 static HRESULT dateobj_to_string(DateInstance *date, jsval_t *r) in dateobj_to_string() function
591 return dateobj_to_string(date, r); in Date_toString()
617 return dateobj_to_string(date, r); in Date_toLocaleString()
1935 return dateobj_to_string(date_from_jsdisp(jsthis), r); in Date_get_value()