Searched refs:tonumeral (Results 1 – 1 of 1) sorted by relevance
43 static int tonumeral(const expdesc *e, TValue *v) { in tonumeral() function981 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding()1105 if (!tonumeral(v, NULL)) in luaK_infix()