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

Function EnableJit

include/hx/Scriptable.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13extern bool gEnableJit;
14inline void EnableJit(bool inEnable) { gEnableJit = inEnable; }
15
16#define HXCPP_CPPIA_SUPER_ARG(x) , (x)
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected