MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL allocHaxe

Function SLJIT_CALL allocHaxe

src/hx/cppia/Cppia.cpp:1485–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483*/
1484
1485static void *SLJIT_CALL allocHaxe(CppiaCtx *inCtx, CppiaClassInfo *inInfo )
1486{
1487 Expressions empty;
1488 return inInfo->createInstance(inCtx,empty,false);
1489}
1490
1491#endif
1492

Callers

nothing calls this directly

Calls 1

createInstanceMethod · 0.80

Tested by

no test coverage detected