Searched refs:GetJSERuntime (Results 1 – 3 of 3) sorted by relevance
33 FXJSE_HRUNTIME GetJSERuntime() const { return m_hJSERuntime; } in GetJSERuntime() function
67 if (CPDFXFA_App::GetInstance()->GetJSERuntime()) {69 m_isolate = (v8::Isolate*)CPDFXFA_App::GetInstance()->GetJSERuntime();
102 pDocHandler->SetJSERuntime(m_pXFADoc, m_pApp->GetJSERuntime()); in LoadXFADoc()