Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_engine.cpp123 CXFA_Object* pThisObject) { in RunScript() argument
142 m_pThisObject = pThisObject; in RunScript()
143 CFXJSE_Value* pValue = pThisObject ? GetJSValueFromMap(pThisObject) : nullptr; in RunScript()
476 CXFA_Node* pThisObject = pParent->GetParent(); in RunVariablesScript() local
478 CreateVariablesContext(pScriptNode, pThisObject); in RunVariablesScript()
480 m_pThisObject = pThisObject; in RunVariablesScript()
Dcfxjse_engine.h60 CXFA_Object* pThisObject);