Searched refs:g_Instance (Results 1 – 2 of 2) sorted by relevance
100 CJS_GlobalData* CJS_GlobalData::g_Instance = nullptr; member in CJS_GlobalData104 if (!g_Instance) { in GetRetainedInstance()105 g_Instance = new CJS_GlobalData(); in GetRetainedInstance()107 ++g_Instance->m_RefCount; in GetRetainedInstance()108 return g_Instance; in GetRetainedInstance()113 delete g_Instance; in Release()114 g_Instance = nullptr; in Release()
80 static CJS_GlobalData* g_Instance;