Searched refs:m_pRuntime (Results 1 – 9 of 9) sorted by relevance
18 : m_pRuntime(pRuntime), in CJS_EventContext()26 return m_pRuntime->GetFormFillEnv(); in GetFormFillEnv()31 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()32 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()33 v8::Local<v8::Context> context = m_pRuntime->GetV8Context(); in RunScript()47 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()54 err = m_pRuntime->ExecuteScript(script); in RunScript()56 m_pRuntime->RemoveEventFromSet(event); in RunScript()62 v8::Local<v8::Object> pDocObj = m_pRuntime->NewFXJSBoundObject( in SourceField()67 v8::Local<v8::Object> pFieldObj = m_pRuntime->NewFXJSBoundObject( in SourceField()[all …]
35 m_pRuntime(pRuntime), in GlobalTimer()45 if (m_pRuntime && m_pRuntime->GetTimerHandler()) in ~GlobalTimer()46 m_pRuntime->GetTimerHandler()->KillTimer(m_nTimerID); in ~GlobalTimer()
16 : m_pRuntime(pRuntime), m_pContext(pRuntime->NewEventContext()) {} in ScopedEventContext()19 m_pRuntime->ReleaseEventContext(m_pContext.Release()); in ~ScopedEventContext()
35 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()46 ObservedPtr<CJS_Runtime> m_pRuntime; variable
53 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()58 ObservedPtr<CJS_Runtime> m_pRuntime; variable
124 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime()131 UnownedPtr<CJS_Runtime> const m_pRuntime;
44 UnownedPtr<IJS_Runtime> const m_pRuntime;
43 m_pRuntime(pRuntime) {} in CJS_Object()
122 std::unique_ptr<CJS_Runtime> m_pRuntime; variable