Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/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()