Searched refs:m_pIJSRuntime (Results 1 – 2 of 2) sorted by relevance
321 if (!m_pIJSRuntime) in GetIJSRuntime()322 m_pIJSRuntime = IJS_Runtime::Create(this); in GetIJSRuntime()323 return m_pIJSRuntime.get(); in GetIJSRuntime()
212 std::unique_ptr<IJS_Runtime> m_pIJSRuntime; variable