Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjs_engine.cpp32 size_t g_isolate_ref_count = 0; variable
320 DCHECK(!g_isolate || g_isolate_ref_count == 0); in FXJS_Release()
344 return g_isolate_ref_count; in FXJS_GlobalIsolateRefCount()
496 ++g_isolate_ref_count; in InitializeEngine()
570 if (GetIsolate() == g_isolate && --g_isolate_ref_count > 0) in ReleaseEngine()