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

Function alloc_bool

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

Source from the content-addressed store, hash-verified

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
40value val_field(value inObject, int inIndex) { return inObject[sIdKeys[inIndex]]; }

Callers 1

ToValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected