Home | History | Annotate | Download | only in xfa

Lines Matching defs:CJX_List

7 #include "fxjs/xfa/cjx_list.h"
19 const CJX_MethodSpec CJX_List::MethodSpecs[] = {{"append", append_static},
24 CJX_List::CJX_List(CXFA_List* list) : CJX_Object(list) {
28 CJX_List::~CJX_List() {}
30 CXFA_List* CJX_List::GetXFAList() {
34 CJS_Return CJX_List::append(CJS_V8* runtime,
47 CJS_Return CJX_List::insert(CJS_V8* runtime,
61 CJS_Return CJX_List::remove(CJS_V8* runtime,
74 CJS_Return CJX_List::item(CJS_V8* runtime,
89 void CJX_List::length(CFXJSE_Value* pValue,