Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ ap
Method
ap
include/daScript/simulate/heap.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
__forceinline char * ap() const { // allocation stack
90
return stackTop;
91
}
92
93
__forceinline char * sp() const { // execution stack
94
return evalTop;
Callers
9
eval
Method · 0.80
reportAnyHeap
Method · 0.80
collectHeap
Method · 0.80
dapiStackDepth
Function · 0.80
dapiStackWalk
Function · 0.80
rtti_get_line_info
Function · 0.80
getStackWalk
Method · 0.80
invoke
Function · 0.80
invokeEx
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected