HomeSort by relevance Sort by last modified time
    Searched refs:g_pInstance (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 38 if (!CFXJSE_IsolateTracker::g_pInstance)
39 CFXJSE_IsolateTracker::g_pInstance = new CFXJSE_IsolateTracker;
50 if (!CFXJSE_IsolateTracker::g_pInstance)
53 CFXJSE_IsolateTracker::g_pInstance->RemoveAll(Runtime_DisposeCallback);
54 delete CFXJSE_IsolateTracker::g_pInstance;
55 CFXJSE_IsolateTracker::g_pInstance = nullptr;
64 ASSERT(pIsolate && CFXJSE_IsolateTracker::g_pInstance);
65 CFXJSE_IsolateTracker::g_pInstance->Append(pIsolate, std::move(allocator));
72 CFXJSE_IsolateTracker::g_pInstance->Remove(pIsolate, Runtime_DisposeCallback);
109 CFXJSE_IsolateTracker* CFXJSE_IsolateTracker::g_pInstance = nullptr
    [all...]
cfxjse_isolatetracker.h 67 static CFXJSE_IsolateTracker* g_pInstance;
  /external/pdfium/fpdfsdk/javascript/
JS_GlobalData.cpp 40 CJS_GlobalData* g_pInstance = nullptr;
47 if (!g_pInstance) {
48 g_pInstance = new CJS_GlobalData();
50 ++g_pInstance->m_RefCount;
51 return g_pInstance;
56 delete g_pInstance;
57 g_pInstance = nullptr;

Completed in 3120 milliseconds