Searched refs:m_hJSERuntime (Results 1 – 2 of 2) sorted by relevance
33 m_hJSERuntime(NULL), in CPDFXFA_App()46 FXJSE_Runtime_Release(m_hJSERuntime); in ~CPDFXFA_App()47 m_hJSERuntime = NULL; in ~CPDFXFA_App()59 m_hJSERuntime = FXJSE_Runtime_Create(); in Initialize()60 if (!m_hJSERuntime) in Initialize()
33 FXJSE_HRUNTIME GetJSERuntime() const { return m_hJSERuntime; } in GetJSERuntime()92 FXJSE_HRUNTIME m_hJSERuntime; variable