Home
last modified time | relevance | path

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

/external/lua/src/
Dlapi.c53 #define isupvalue(i) ((i) < LUA_REGISTRYINDEX) macro
238 if (isupvalue(toidx)) /* function upvalue? */ in lua_copy()