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

/external/pdfium/fxjs/
H A Dfxjs_v8.cpp20 static size_t g_isolate_ref_count = 0; variable
194 ASSERT(!g_isolate || g_isolate_ref_count == 0);
218 return g_isolate_ref_count;
379 ++g_isolate_ref_count;
460 if (m_isolate == g_isolate && --g_isolate_ref_count > 0)

Completed in 158 milliseconds