Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_Value.h181 v8::Local<v8::Date> ToV8Date(CJS_Runtime* pRuntime) const;
DJS_Value.cpp68 : m_pValue(date.ToV8Date(pRuntime)) {} in CJS_Value()
455 v8::Local<v8::Date> CJS_Date::ToV8Date(CJS_Runtime* pRuntime) const { in ToV8Date() function in CJS_Date