MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaK_ret

Function luaK_ret

freebsd/contrib/openzfs/module/lua/lcode.c:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67void luaK_ret (FuncState *fs, int first, int nret) {
68 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
69}
70
71
72static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {

Callers 2

close_funcFunction · 0.70
retstatFunction · 0.70

Calls 1

luaK_codeABCFunction · 0.70

Tested by

no test coverage detected