Searched refs:VKSTR (Results 1 – 3 of 3) sorted by relevance
34 VKSTR, /* string constant; strval = TString address; enumerator
96 case VKSTR: { in luaK_exp2const()692 e->k = VKSTR; e->u.strval = tsvalue(v); in const2exp()720 lua_assert(e->k == VKSTR); in str2K()822 case VKSTR: { in discharge2reg()989 case VKSTR: info = stringK(fs, e->u.strval); break; in luaK_exp2K()1124 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in luaK_goiftrue()1174 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: { in codenot()1261 if (k->k == VKSTR) in luaK_indexed()
161 e->k = VKSTR; in codestring()
Completed in 11 milliseconds