Searched refs:boolK (Results 1 – 2 of 2) sorted by relevance
491 static int boolK (FuncState *fs, int b) { in boolK() function761 case VTRUE: e->u.info = boolK(fs, 1); goto vk; in luaK_exp2RK()762 case VFALSE: e->u.info = boolK(fs, 0); goto vk; in luaK_exp2RK()
342 static int boolK (FuncState *fs, int b) { in boolK() function534 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()