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

Function alloc_empty_object

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

Source from the content-addressed store, hash-verified

312hx::Object * alloc_int(int arg1) { return Dynamic(arg1).GetPtr(); }
313hx::Object * alloc_float(double arg1) { return Dynamic(arg1).GetPtr(); }
314hx::Object * alloc_empty_object() { return new hx::Anon_obj(); }
315
316
317hx::Object * alloc_abstract(vkind arg1,void * arg2)

Callers 1

createAnonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected