Searched refs:pWstr (Results 1 – 2 of 2) sorted by relevance
43 CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr);74 void operator=(const FX_WCHAR* pWstr);
69 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value() argument71 operator=(pWstr); in CJS_Value()189 void CJS_Value::operator=(const FX_WCHAR* pWstr) { in operator =() argument190 m_pValue = FXJS_NewString(m_pJSRuntime->GetIsolate(), (wchar_t*)pWstr); in operator =()