Searched refs:CXFA_ThisProxy (Results 1 – 3 of 3) sorted by relevance
13 CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode) in CXFA_ThisProxy() function in CXFA_ThisProxy22 CXFA_ThisProxy::~CXFA_ThisProxy() {} in ~CXFA_ThisProxy()
14 class CXFA_ThisProxy : public CXFA_Object {16 CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode);17 ~CXFA_ThisProxy() override;
66 CXFA_ThisProxy* ToThisProxy(CFXJSE_Value* pValue, CFXJSE_Class* pClass) { in ToThisProxy()67 return static_cast<CXFA_ThisProxy*>(pValue->ToHostObject(pClass)); in ToThisProxy()433 new CXFA_ThisProxy(pSubform, pScriptNode)); in CreateVariablesContext()446 CXFA_ThisProxy* pProxy = static_cast<CXFA_ThisProxy*>(pObject); in GetVariablesThis()