MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / alloc_null

Function alloc_null

include/hx/CFFIJsPrime.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31double val_float(value inValue) { return inValue.as<double>(); }
32
33value alloc_null() { return emscripten::val::null(); }
34value alloc_int(int inValue) { return value(inValue); }
35value alloc_best_int(int inValue) { return value(inValue); }
36value alloc_int32(int inValue) { return value(inValue); }

Callers 1

ToValueFunction · 0.70

Calls 1

nullClass · 0.50

Tested by

no test coverage detected