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

Function SLJIT_CALL pushFrame

src/hx/cppia/CppiaFunction.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618
619#ifdef HXCPP_STACK_TRACE
620static void SLJIT_CALL pushFrame(StackContext *inCtx, StackFrame *inFrame )
621{
622 inCtx->pushFrame(inFrame);
623}
624
625static void SLJIT_CALL popFrame(StackContext *inCtx, StackFrame *inFrame)
626{

Callers

nothing calls this directly

Calls 1

pushFrameMethod · 0.80

Tested by

no test coverage detected