Searched refs:hasres (Results 1 – 1 of 1) sorted by relevance
94 const TValue *p2, TValue *p3, int hasres) { in callTM() argument99 if (!hasres) /* no result? 'p3' is third argument */ in callTM()102 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci)); in callTM()103 if (hasres) { /* if has result, move it to its place */ in callTM()