Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c90 static int l_strton (const TValue *obj, TValue *result) { in l_strton() function
109 else if (l_strton(obj, &v)) { /* string coercible to number? */ in luaV_tonumber_()
154 if (l_strton(obj, &v)) /* does 'obj' point to a numerical string? */ in luaV_tointeger()