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

Function luaK_vapar2local

third-party/lua-5.5.0/src/lcode.c:808–812  ·  view source on GitHub ↗

** Change a vararg parameter into a regular local variable */

Source from the content-addressed store, hash-verified

806** Change a vararg parameter into a regular local variable
807*/
808void luaK_vapar2local (FuncState *fs, expdesc *var) {
809 needvatab(fs->f); /* function will need a vararg table */
810 /* now a vararg parameter is equivalent to a regular local variable */
811 var->k = VLOCAL;
812}
813
814
815/*

Callers 2

singlevarauxFunction · 0.85
luaK_dischargevarsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected