Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlcode.c344 static int boolK (FuncState *fs, int b) { in boolK() function
536 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()