Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_globaldata.cpp40 CJS_GlobalData* g_pInstance = nullptr; variable
47 if (!g_pInstance) { in GetRetainedInstance()
48 g_pInstance = new CJS_GlobalData(); in GetRetainedInstance()
50 ++g_pInstance->m_RefCount; in GetRetainedInstance()
51 return g_pInstance; in GetRetainedInstance()
56 delete g_pInstance; in Release()
57 g_pInstance = nullptr; in Release()