MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / val_wstring

Function val_wstring

src/hx/CFFI.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353
354const wchar_t * val_wstring(hx::Object * arg1)
355{
356 if (arg1==0) return L"";
357 return arg1->toString().__WCStr();
358}
359
360
361const char * val_string(hx::Object * arg1)

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected