Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlcode.c343 static int boolK (FuncState *fs, int b) { in boolK() function
535 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()