Searched refs:m_pJSRuntime (Results 1 – 2 of 2) sorted by relevance
224 m_pJSRuntime(NULL), in CPDFDoc_Environment()248 if(m_pJSRuntime && m_pJSRuntimeFactory) in ~CPDFDoc_Environment()249 m_pJSRuntimeFactory->DeleteJSRuntime(m_pJSRuntime); in ~CPDFDoc_Environment()278 if(!m_pJSRuntime) in GetJSRuntime()279 m_pJSRuntime = m_pJSRuntimeFactory->NewJSRuntime(this); in GetJSRuntime()280 return m_pJSRuntime; in GetJSRuntime()
351 IFXJS_Runtime* m_pJSRuntime; variable