Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp321 if (!m_pIJSRuntime) in GetIJSRuntime()
322 m_pIJSRuntime = IJS_Runtime::Create(this); in GetIJSRuntime()
323 return m_pIJSRuntime.get(); in GetIJSRuntime()
Dcpdfsdk_formfillenvironment.h212 std::unique_ptr<IJS_Runtime> m_pIJSRuntime; variable