MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / codeABRK

Function codeABRK

lib/lua/src/lcode.c:1039–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037
1038
1039static void codeABRK (FuncState *fs, OpCode o, int a, int b,
1040 expdesc *ec) {
1041 int k = exp2RK(fs, ec);
1042 luaK_codeABCk(fs, o, a, b, ec->u.info, k);
1043}
1044
1045
1046/*

Callers 2

luaK_storevarFunction · 0.85
luaK_selfFunction · 0.85

Calls 2

exp2RKFunction · 0.85
luaK_codeABCkFunction · 0.85

Tested by

no test coverage detected