Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.h126 bool FXJS_GetIsolate(v8::Isolate** pResultIsolate);
Dcjs_runtime.cpp86 m_isolateManaged = FXJS_GetIsolate(&pIsolate); in CJS_Runtime()
Dfxjs_v8.cpp213 bool FXJS_GetIsolate(v8::Isolate** pResultIsolate) { in FXJS_GetIsolate() function