Searched refs:getproto (Results 1 – 5 of 5) sorted by relevance
49 getproto.c
134 #define toproto(L,i) getproto(L->top+(i))
736 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()748 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
538 #define getproto(o) (clLvalue(o)->p) macro
1004 status = luaU_dump(L, getproto(o), writer, data, 0); in lua_dump()