Searched refs:CJS_EventContextStub (Results 1 – 3 of 3) sorted by relevance
12 class CJS_EventContextStub final : public IJS_EventContext {14 CJS_EventContextStub() {} in CJS_EventContextStub() function15 ~CJS_EventContextStub() override {} in ~CJS_EventContextStub()
22 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>(); in NewEventContext()48 std::unique_ptr<CJS_EventContextStub> m_pContext;
9 bool CJS_EventContextStub::RunScript(const WideString& script, in RunScript()