Searched refs:luaK_code (Results 1 – 1 of 1) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lcode.c | 789 static int luaK_code (FuncState *fs, Instruction i, int line) { in luaK_code() function 808 return luaK_code(fs, CREATE_ABC(o, a, b, c), fs->ls->lastline); in luaK_codeABC() 815 return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline); in luaK_codeABx() 827 luaK_code(fs, cast(Instruction, c), fs->ls->lastline); in luaK_setlist()
|