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

Function alloc_int32

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

Source from the content-addressed store, hash-verified

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); }
37value alloc_bool(bool inValue) { return value(inValue); }
38value alloc_float(double inValue) { return value(inValue); }
39

Callers 1

ToValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected