Searched refs:m_pRuntime (Results 1 – 5 of 5) sorted by relevance
16 : m_pRuntime(pRuntime), in CJS_EventContext()25 return m_pRuntime->GetFormFillEnv(); in GetFormFillEnv()29 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()30 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()31 v8::Local<v8::Context> context = m_pRuntime->NewLocalContext(); in RunScript()45 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()53 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage); in RunScript()60 m_pRuntime->RemoveEventFromSet(event); in RunScript()
31 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()46 CJS_Runtime::ObservedPtr m_pRuntime; variable
125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime()131 UnownedPtr<CJS_Runtime> const m_pRuntime;
22 m_pRuntime(pRuntime), in GlobalTimer()
114 std::unique_ptr<CJS_Runtime> m_pRuntime; variable