MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / codeABRK

Function codeABRK

3rd/lua-5.4.3/src/lcode.c:1020–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019
1020static void codeABRK (FuncState *fs, OpCode o, int a, int b,
1021 expdesc *ec) {
1022 int k = luaK_exp2RK(fs, ec);
1023 luaK_codeABCk(fs, o, a, b, ec->u.info, k);
1024}
1025
1026
1027/*

Callers 2

luaK_storevarFunction · 0.85
luaK_selfFunction · 0.85

Calls 2

luaK_exp2RKFunction · 0.85
luaK_codeABCkFunction · 0.85

Tested by

no test coverage detected