Searched refs:pThisObject (Results 1 – 4 of 4) sorted by relevance
88 CXFA_Object* pThisObject) { in RunScript() argument133 m_pThisObject = pThisObject; in RunScript()134 FXJSE_HVALUE pValue = pThisObject ? GetJSValueFromMap(pThisObject) : NULL; in RunScript()500 CXFA_Node* pThisObject = pParent->GetNodeItem(XFA_NODEITEM_Parent); in RunVariablesScript() local502 CreateVariablesContext(pScriptNode, pThisObject); in RunVariablesScript()504 m_pThisObject = pThisObject; in RunVariablesScript()
26 CXFA_Object* pThisObject = NULL);
85 CXFA_Object* pThisObject = NULL) = 0;
2410 CXFA_Object* pThisObject = pDoc->GetScriptContext()->GetThisObject(); in GetLocalTimeFormat() local2411 FXSYS_assert(pThisObject->IsNode()); in GetLocalTimeFormat()2412 CXFA_Node* pThisNode = (CXFA_Node*)pThisObject; in GetLocalTimeFormat()