Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ codeABRK
Function
codeABRK
extlibs/lua/src/lcode.c:1021–1025 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1019
1020
1021
static void codeABRK (FuncState *fs, OpCode o, int a, int b,
1022
expdesc *ec) {
1023
int k = luaK_exp2RK(fs, ec);
1024
luaK_codeABCk(fs, o, a, b, ec->u.info, k);
1025
}
1026
1027
1028
/*
Callers
2
luaK_storevar
Function · 0.85
luaK_self
Function · 0.85
Calls
2
luaK_exp2RK
Function · 0.85
luaK_codeABCk
Function · 0.85
Tested by
no test coverage detected