Home
last modified time | relevance | path

Searched refs:luaF_newproto (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlfunc.h50 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
Dlundump.c160 f->p[i] = luaF_newproto(S->L); in LoadProtos()
273 cl->p = luaF_newproto(L); in luaU_undump()
Dlfunc.c99 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
Dlparser.c510 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()
1636 funcstate.f = cl->p = luaF_newproto(L); in luaY_parser()