Searched refs:jumponcond (Results 1 – 1 of 1) sorted by relevance
1098 static int jumponcond (FuncState *fs, expdesc *e, int cond) { in jumponcond() function1130 pc = jumponcond(fs, e, 0); /* jump when false */ in luaK_goiftrue()1156 pc = jumponcond(fs, e, 1); /* jump if true */ in luaK_goiffalse()