Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/core/script/
H A Dexecutor_kjs.cpp54 KJSGlobalObject m_docObject; member in Okular::ExecutorKJSPrivate
59 m_docObject = JSDocument::wrapDocument(m_doc); in initTypes()
60 m_interpreter = new KJSInterpreter(m_docObject); in initTypes()
79 m_docObject.setProperty(ctx, QStringLiteral("app"), JSApp::object(ctx, m_doc)); in initTypes()
80 m_docObject.setProperty(ctx, QStringLiteral("console"), JSConsole::object(ctx)); in initTypes()
81 m_docObject.setProperty(ctx, QStringLiteral("Doc"), m_docObject); in initTypes()
82 m_docObject.setProperty(ctx, QStringLiteral("display"), JSDisplay::object(ctx)); in initTypes()
83 m_docObject.setProperty(ctx, QStringLiteral("OCG"), JSOCG::object(ctx)); in initTypes()
84 m_docObject.setProperty(ctx, QStringLiteral("spell"), JSSpell::object(ctx)); in initTypes()
85 m_docObject.setProperty(ctx, QStringLiteral("util"), JSUtil::object(ctx)); in initTypes()
[all …]