#include "fxjs/xfa/cjx_list.h"
#include "core/fxcrt/numerics/safe_conversions.h"
#include "core/fxcrt/span.h"
#include "fxjs/fxv8.h"
#include "fxjs/js_resources.h"
#include "fxjs/xfa/cfxjse_class.h"
#include "fxjs/xfa/cfxjse_engine.h"
#include "v8/include/v8-object.h"
#include "v8/include/v8-primitive.h"
#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/cxfa_list.h"
#include "xfa/fxfa/parser/cxfa_node.h"
const CJX_MethodSpec CJX_List::MethodSpecs[] = …;
CJX_List::CJX_List(CXFA_List* list) : … { … }
CJX_List::~CJX_List() = default;
bool CJX_List::DynamicTypeIs(TypeTag eType) const { … }
CXFA_List* CJX_List::GetXFAList() { … }
CJS_Result CJX_List::append(CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_List::insert(CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_List::remove(CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
CJS_Result CJX_List::item(CFXJSE_Engine* runtime,
pdfium::span<v8::Local<v8::Value>> params) { … }
void CJX_List::length(v8::Isolate* pIsolate,
v8::Local<v8::Value>* pValue,
bool bSetting,
XFA_Attribute eAttribute) { … }