MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / u8string

Function u8string

system/include/emscripten/val.h:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 static val u8string(const char* s) {
324 return val(internal::_emval_new_u8string(s));
325 }
326
327 static val u16string(const char16_t* s) {
328 return val(internal::_emval_new_u16string(s));

Callers 4

test_val.cppFile · 0.85
u8string u8stringMethod · 0.85

Calls 1

valFunction · 0.70

Tested by

no test coverage detected