Home
last modified time | relevance | path

Searched refs:getproto (Results 1 – 6 of 6) sorted by relevance

/external/lua/src/
Dluac.c137 #define toproto(L,i) getproto(L->top+(i))
Dlobject.h468 #define getproto(o) (clLvalue(o)->p) macro
Dlvm.c1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
Dlapi.c1023 status = luaU_dump(L, getproto(o), writer, data, strip); in lua_dump()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1541 :meth:`getproto` accessor methods to retrieve the family, type, and protocol
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1542 :meth:`getproto` accessor methods to retrieve the family, type, and protocol