Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ null
Function
null
system/include/emscripten/val.h:335–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
static val null() {
336
return val(EM_VAL(internal::_EMVAL_NULL));
337
}
338
339
static val take_ownership(EM_VAL e) {
340
return val(e);
Callers
3
main
Function · 0.85
test_val.cpp
File · 0.85
main
Function · 0.85
Calls
1
val
Function · 0.70
Tested by
2
main
Function · 0.68
main
Function · 0.68