MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / codeABRK

Function codeABRK

third-party/lua-5.5.0/src/lcode.c:1095–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093
1094
1095static void codeABRK (FuncState *fs, OpCode o, int A, int B,
1096 expdesc *ec) {
1097 int k = exp2RK(fs, ec);
1098 luaK_codeABCk(fs, o, A, B, ec->u.info, k);
1099}
1100
1101
1102/*

Callers 1

luaK_storevarFunction · 0.70

Calls 2

exp2RKFunction · 0.70
luaK_codeABCkFunction · 0.70

Tested by

no test coverage detected