Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp129 CXFA_Object* pThisObject) { in RunScript() argument
148 m_pThisObject = pThisObject; in RunScript()
151 pThisObject ? GetOrCreateJSBindingFromMap(pThisObject) : nullptr; in RunScript()
544 CXFA_Node* pThisObject = pParent->GetParent(); in RunVariablesScript() local
546 CreateVariablesContext(pScriptNode, pThisObject); in RunVariablesScript()
548 m_pThisObject = pThisObject; in RunVariablesScript()
Dcfxjse_engine.h76 CXFA_Object* pThisObject);