Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
620
static void SLJIT_CALL pushFrame(StackContext *inCtx, StackFrame *inFrame )
621
{
622
inCtx->pushFrame(inFrame);
623
}
624
625
static void SLJIT_CALL popFrame(StackContext *inCtx, StackFrame *inFrame)
626
{
Callers
nothing calls this directly
Calls
1
pushFrame
Method · 0.80
Tested by
no test coverage detected