Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.c1203 static int isKstr (FuncState *fs, expdesc *e) { in isKstr() function
1266 if (t->k == VUPVAL && !isKstr(fs, k)) /* upvalue indexed by non 'Kstr'? */ in luaK_indexed()
1276 if (isKstr(fs, k)) { in luaK_indexed()