Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ codeABRK
Function
codeABRK
third-party/lua-5.4.6/src/lcode.c:1040–1044 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1038
1039
1040
static void codeABRK (FuncState *fs, OpCode o, int a, int b,
1041
expdesc *ec) {
1042
int k = exp2RK(fs, ec);
1043
luaK_codeABCk(fs, o, a, b, ec->u.info, k);
1044
}
1045
1046
1047
/*
Callers
2
luaK_storevar
Function · 0.70
luaK_self
Function · 0.70
Calls
2
exp2RK
Function · 0.70
luaK_codeABCk
Function · 0.70
Tested by
no test coverage detected