Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.c43 static int tonumeral(const expdesc *e, TValue *v) { in tonumeral() function
981 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding()
1105 if (!tonumeral(v, NULL)) in luaK_infix()