MCPcopy 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

mainFunction · 0.85
test_val.cppFile · 0.85
mainFunction · 0.85

Calls 1

valFunction · 0.70

Tested by 2

mainFunction · 0.68
mainFunction · 0.68