Searched refs:getproto (Results 1 – 3 of 3) sorted by relevance
536 #define getproto(o) (clLvalue(o)->p) macro
800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
1001 status = luaU_dump(L, getproto(o), writer, data, 0); in lua_dump()