Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp27 static size_t g_isolate_ref_count = 0; variable
139 ASSERT(!g_isolate || g_isolate_ref_count == 0); in FXJS_Release()
163 return g_isolate_ref_count; in FXJS_GlobalIsolateRefCount()
281 ++g_isolate_ref_count; in FXJS_InitializeRuntime()
367 if (pIsolate == g_isolate && --g_isolate_ref_count > 0) in FXJS_ReleaseRuntime()