MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaK_ret

Function luaK_ret

src/Chain/libraries/glua/lcode.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86void luaK_ret(FuncState *fs, int first, int nret) {
87 luaK_codeABC(fs, OP_RETURN, first, nret + 1, 0);
88}
89
90
91static int condjump(FuncState *fs, OpCode op, int A, int B, int C) {

Callers 2

close_funcFunction · 0.85
retstatFunction · 0.85

Calls 1

luaK_codeABCFunction · 0.85

Tested by

no test coverage detected