Home
last modified time | relevance | path

Searched refs:luaF_newLclosure (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.h52 LUAI_FUNC LClosure *luaF_newLclosure (lua_State *L, int nupvals);
A Dlfunc.c35 LClosure *luaF_newLclosure (lua_State *L, int nupvals) { in luaF_newLclosure() function
A Dlundump.c323 cl = luaF_newLclosure(L, loadByte(&S)); in luaU_undump()
A Dlvm.c792 LClosure *ncl = luaF_newLclosure(L, nup); in pushclosure()
A Dlparser.c1935 LClosure *cl = luaF_newLclosure(L, 1); /* create main closure */ in luaY_parser()

Completed in 12 milliseconds