Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.c592 static int luaK_intK (FuncState *fs, lua_Integer n) { in luaK_intK() function
663 luaK_codek(fs, reg, luaK_intK(fs, i)); in luaK_int()
988 case VKINT: info = luaK_intK(fs, e->u.ival); break; in luaK_exp2K()