#include "fxjs/xfa/cjx_subform.h"
#include "core/fxcrt/span.h"
#include "fxjs/cfx_v8.h"
#include "fxjs/fxv8.h"
#include "fxjs/js_resources.h"
#include "fxjs/xfa/cfxjse_engine.h"
#include "v8/include/v8-object.h"
#include "xfa/fxfa/cxfa_eventparam.h"
#include "xfa/fxfa/cxfa_ffnotify.h"
#include "xfa/fxfa/fxfa.h"
#include "xfa/fxfa/parser/cxfa_delta.h"
#include "xfa/fxfa/parser/cxfa_document.h"
const CJX_MethodSpec CJX_Subform::MethodSpecs[] = …;
CJX_Subform::CJX_Subform(CXFA_Node* node) : … { … }
CJX_Subform::~CJX_Subform() = default;
bool CJX_Subform::DynamicTypeIs(TypeTag eType) const { … }
CJS_Result CJX_Subform::execEvent(CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_Subform::execInitialize(
CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_Subform::execCalculate(
CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_Subform::execValidate(
CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
void CJX_Subform::locale(v8::Isolate* pIsolate,
v8::Local<v8::Value>* pValue,
bool bSetting,
XFA_Attribute eAttribute) { … }
void CJX_Subform::instanceManager(v8::Isolate* pIsolate,
v8::Local<v8::Value>* pValue,
bool bSetting,
XFA_Attribute eAttribute) { … }