Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp68 v8::Isolate* pExternalIsolate = nullptr; in CJS_Runtime() local
70 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate); in CJS_Runtime()
73 FXJS_Initialize(embedderDataSlot, pExternalIsolate); in CJS_Runtime()