Searched refs:CJS_KeyValue (Results 1 – 7 of 7) sorted by relevance
18 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy()21 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()28 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()35 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()42 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()49 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()58 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { in Add()59 m_Array.push_back(std::unique_ptr<CJS_KeyValue>(p)); in Add()66 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { in GetAt()
9 CJS_KeyValue::CJS_KeyValue() {} in CJS_KeyValue() function in CJS_KeyValue11 CJS_KeyValue::~CJS_KeyValue() {} in ~CJS_KeyValue()
13 class CJS_KeyValue; variable20 void Add(CJS_KeyValue* p);22 CJS_KeyValue* GetAt(int index) const;26 std::vector<std::unique_ptr<CJS_KeyValue>> m_Array;
15 class CJS_KeyValue {17 CJS_KeyValue();18 ~CJS_KeyValue();
168 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);461 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()469 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()478 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()486 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()494 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()503 CJS_KeyValue* pData) { in PutObjectProperty()508 CJS_KeyValue* pObjData = pData->objData.GetAt(i); in PutObjectProperty()
23 CJS_KeyValue data;69 CJS_KeyValue* pData,
356 CJS_KeyValue* pData, in MakeByteString()