Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.85
__u8_string generic_u8string
Function · 0.85
u8string u8string
Method · 0.85
u8string generic_u8string
Method · 0.85
Calls
1
val
Function · 0.70
Tested by
no test coverage detected