Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlcode.c375 static int boolK (FuncState *fs, int b) { in boolK() function
573 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()