Searched refs:ToV8Date (Results 1 – 2 of 2) sorted by relevance
181 v8::Local<v8::Date> ToV8Date(CJS_Runtime* pRuntime) const;
68 : 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