Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ codeABRK
Function
codeABRK
src/lcode.cpp:1116–1120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1114
1115
1116
static void codeABRK (FuncState *fs, OpCode o, int A, int B,
1117
expdesc *ec) {
1118
int k = exp2RK(fs, ec);
1119
luaK_codeABCk(fs, o, A, B, ec->u.info, k);
1120
}
1121
1122
1123
/*
Callers
1
luaK_storevar
Function · 0.85
Calls
2
exp2RK
Function · 0.85
luaK_codeABCk
Function · 0.85
Tested by
no test coverage detected