Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ checkstack
Function
checkstack
third-party/lua-5.2.4/src/ldblib.c:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
static void checkstack (lua_State *L, lua_State *L1, int n) {
25
if (L != L1 && !lua_checkstack(L1, n))
26
luaL_error(L,
"stack overflow"
);
27
}
28
29
30
static int db_getregistry (lua_State *L) {
Callers
5
db_getinfo
Function · 0.70
db_getlocal
Function · 0.70
db_setlocal
Function · 0.70
db_sethook
Function · 0.70
db_gethook
Function · 0.70
Calls
2
lua_checkstack
Function · 0.70
luaL_error
Function · 0.70
Tested by
no test coverage detected