Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjs_engine.h72 bool FXJS_GetIsolate(v8::Isolate** pResultIsolate);
Dcjs_runtime.cpp55 m_isolateManaged = FXJS_GetIsolate(&pIsolate); in CJS_Runtime()
Dcfxjs_engine.cpp302 bool FXJS_GetIsolate(v8::Isolate** pResultIsolate) { in FXJS_GetIsolate() function