コード例 #1
0
ファイル: JS_Value.cpp プロジェクト: MIPS/external-pdfium
CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date)
    : m_pValue(date.ToV8Date(pRuntime)) {}