MCPcopy 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
1116static 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_storevarFunction · 0.85

Calls 2

exp2RKFunction · 0.85
luaK_codeABCkFunction · 0.85

Tested by

no test coverage detected