MCPcopy Create free account
hub / github.com/danomatika/ofxLua / codeABRK

Function codeABRK

libs/lua/lcode.c:1038–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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