Lines Matching refs:CJS_PropValue

302 CJS_PropValue::CJS_PropValue(const CJS_Value &value) :   in CJS_PropValue()  function in CJS_PropValue
308 CJS_PropValue::CJS_PropValue(v8::Isolate* isolate) : CJS_Value(isolate), in CJS_PropValue() function in CJS_PropValue
313 CJS_PropValue::~CJS_PropValue() in ~CJS_PropValue()
317 FX_BOOL CJS_PropValue::IsSetting() in IsSetting()
322 FX_BOOL CJS_PropValue::IsGetting() in IsGetting()
327 void CJS_PropValue::operator <<(int iValue) in operator <<()
333 void CJS_PropValue::operator >>(int & iValue) const in operator >>()
340 void CJS_PropValue::operator <<(bool bValue) in operator <<()
346 void CJS_PropValue::operator >>(bool& bValue) const in operator >>()
352 void CJS_PropValue::operator <<(double dValue) in operator <<()
358 void CJS_PropValue::operator >>(double& dValue) const in operator >>()
364 void CJS_PropValue::operator <<(CJS_Object* pObj) in operator <<()
370 void CJS_PropValue::operator >>(CJS_Object*& ppObj) const in operator >>()
376 void CJS_PropValue::operator <<(CJS_Document* pJsDoc) in operator <<()
382 void CJS_PropValue::operator >>(CJS_Document*& ppJsDoc) const in operator >>()
388 void CJS_PropValue::operator<<(JSFXObject pObj) in operator <<()
394 void CJS_PropValue::operator>>(JSFXObject &ppObj) const in operator >>()
401 void CJS_PropValue::StartSetting() in StartSetting()
406 void CJS_PropValue::StartGetting() in StartGetting()
410 void CJS_PropValue::operator <<(CFX_ByteString string) in operator <<()
416 void CJS_PropValue::operator >>(CFX_ByteString &string) const in operator >>()
422 void CJS_PropValue::operator <<(FX_LPCWSTR c_string) in operator <<()
428 void CJS_PropValue::operator >>(CFX_WideString &wide_string) const in operator >>()
434 void CJS_PropValue::operator <<(CFX_WideString wide_string) in operator <<()
440 void CJS_PropValue::operator >>(CJS_Array &array) const in operator >>()
446 void CJS_PropValue::operator <<(CJS_Array &array) in operator <<()
452 void CJS_PropValue::operator>>(CJS_Date &date) const in operator >>()
458 void CJS_PropValue::operator<<(CJS_Date &date) in operator <<()
464 CJS_PropValue::operator v8::Local<v8::Value>() const in operator v8::Local<v8::Value>()