MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaK_ret

Function luaK_ret

third-party/lua-5.3.5/src/lcode.c:149–151  ·  view source on GitHub ↗

** Code a 'return' instruction */

Source from the content-addressed store, hash-verified

147** Code a 'return' instruction
148*/
149void luaK_ret (FuncState *fs, int first, int nret) {
150 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0);
151}
152
153
154/*

Callers 2

close_funcFunction · 0.70
retstatFunction · 0.70

Calls 1

luaK_codeABCFunction · 0.70

Tested by

no test coverage detected