Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c94 const TValue *p2, TValue *p3, int hasres) { in callTM() argument
99 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()