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

Function alloc_null

src/hx/CFFI.cpp:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308// Create hx::Object * type
309
310hx::Object * alloc_null() { return 0; }
311hx::Object * alloc_bool(bool arg1) { return Dynamic(arg1).GetPtr(); }
312hx::Object * alloc_int(int arg1) { return Dynamic(arg1).GetPtr(); }
313hx::Object * alloc_float(double arg1) { return Dynamic(arg1).GetPtr(); }

Callers 7

getRootFunction · 0.50
selectFunction · 0.50
allocNullFunction · 0.50
byteDataSizeFunction · 0.50
byteDataByteFunction · 0.50
freeAbstractFunction · 0.50
_hx_std_sys_statFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected