Home
last modified time | relevance | path

Searched refs:m_pRuntime (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp17 : m_pRuntime(pRuntime), m_bBusy(FALSE), m_bMsgBoxEnable(TRUE) { in CJS_Context()
26 return m_pRuntime->GetReaderDocument(); in GetReaderDocument()
30 return m_pRuntime->GetReaderApp(); in GetReaderApp()
35 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()
37 v8::Locker locker(m_pRuntime->GetIsolate()); in RunScript()
39 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()
40 v8::Local<v8::Context> context = m_pRuntime->NewJSContext(); in RunScript()
52 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()
60 nRet = m_pRuntime->Execute(this, script.c_str(), &sErrorMessage); in RunScript()
69 m_pRuntime->RemoveEventFromSet(event); in RunScript()
DJS_Object.h91 CJS_Runtime* GetRuntime() const { return m_bValid ? m_pRuntime : nullptr; } in GetRuntime()
112 CJS_Runtime* const m_pRuntime; variable
DJS_Object.cpp110 m_pRuntime(pRuntime), in CJS_Timer()
115 m_pRuntime->AddObserver(this); in CJS_Timer()
DJS_Context.h126 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; } in GetJSRuntime()
131 CJS_Runtime* m_pRuntime;