Searched refs:pJsDoc (Results 1 – 2 of 2) sorted by relevance
53 CJS_Value::CJS_Value(v8::Isolate* isolate, CJS_Document* pJsDoc):m_isolate(isolate) in CJS_Value() argument56 if (pJsDoc) in CJS_Value()57 m_pValue = (JSFXObject)*pJsDoc; in CJS_Value()195 void CJS_Value::operator = (CJS_Document* pJsDoc) in operator =() argument198 if (pJsDoc) { in operator =()199 m_pValue = static_cast<JSFXObject>(*pJsDoc); in operator =()376 void CJS_PropValue::operator <<(CJS_Document* pJsDoc) in operator <<() argument379 CJS_Value::operator = (pJsDoc); in operator <<()
108 void operator<<(CJS_Document* pJsDoc);