Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp212 if (!m_pJSRuntime) in GetJSRuntime()
213 m_pJSRuntime.reset(IJS_Runtime::Create(this)); in GetJSRuntime()
214 return m_pJSRuntime.get(); in GetJSRuntime()
Dcpdfsdk_formfillenvironment.h226 std::unique_ptr<IJS_Runtime> m_pJSRuntime; variable