Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlcode.c1227 static int isKstr (FuncState *fs, expdesc *e) { in isKstr() function
1290 if (t->k == VUPVAL && !isKstr(fs, k)) /* upvalue indexed by non 'Kstr'? */ in luaK_indexed()
1300 if (isKstr(fs, k)) { in luaK_indexed()