Searched refs:CJX_Xfa (Results 1 – 4 of 4) sorted by relevance
14 CJX_Xfa::CJX_Xfa(CXFA_Xfa* node) : CJX_Model(node) {} in CJX_Xfa() function in CJX_Xfa16 CJX_Xfa::~CJX_Xfa() = default;18 bool CJX_Xfa::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()22 void CJX_Xfa::thisValue(CFXJSE_Value* pValue, in thisValue()
15 class CJX_Xfa final : public CJX_Model {17 explicit CJX_Xfa(CXFA_Xfa* node);18 ~CJX_Xfa() override;26 using Type__ = CJX_Xfa;
29 pdfium::MakeUnique<CJX_Xfa>(this)) {}
54 ELEM_ATTR____(Xfa, ThisValue, CJX_Xfa::thisValue)