Searched refs:m_pJSRuntime (Results 1 – 2 of 2) sorted by relevance
212 if (!m_pJSRuntime) in GetJSRuntime()213 m_pJSRuntime.reset(IJS_Runtime::Create(this)); in GetJSRuntime()214 return m_pJSRuntime.get(); in GetJSRuntime()
226 std::unique_ptr<IJS_Runtime> m_pJSRuntime; variable