Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.c113 static int prepclosingmethod (lua_State *L, TValue *obj, TValue *err) { in prepclosingmethod() function
153 if (prepclosingmethod(L, uv, &G(L)->nilvalue)) /* something to call? */ in callclosemth()
163 if (prepclosingmethod(L, uv, s2v(level))) { /* something to call? */ in callclosemth()
207 prepclosingmethod(L, s2v(level), s2v(level + 1)); in luaF_newtbcupval()