Home | History | Annotate | Download | only in javascript

Lines Matching defs:CJS_GlobalVariableArray

13 /* --------------------- CJS_GlobalVariableArray --------------------- */

15 CJS_GlobalVariableArray::CJS_GlobalVariableArray()
19 CJS_GlobalVariableArray::~CJS_GlobalVariableArray()
24 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array)
80 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p)
85 int CJS_GlobalVariableArray::Count() const
90 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const
95 void CJS_GlobalVariableArray::Empty()
250 void CJS_GlobalData::SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& array)