| 1483 | */ |
| 1484 | |
| 1485 | static void *SLJIT_CALL allocHaxe(CppiaCtx *inCtx, CppiaClassInfo *inInfo ) |
| 1486 | { |
| 1487 | Expressions empty; |
| 1488 | return inInfo->createInstance(inCtx,empty,false); |
| 1489 | } |
| 1490 | |
| 1491 | #endif |
| 1492 |
nothing calls this directly
no test coverage detected