Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ u16string
Function
u16string
system/include/emscripten/val.h:327–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
static val u16string(const char16_t* s) {
328
return val(internal::_emval_new_u16string(s));
329
}
330
331
static val undefined() {
332
return val(EM_VAL(internal::_EMVAL_UNDEFINED));
Callers
1
test_val.cpp
File · 0.85
Calls
1
val
Function · 0.70
Tested by
no test coverage detected