Searched refs:luaV_tonumber (Results 1 – 3 of 3) sorted by relevance
18 #define tonumber(o,n) (ttisnumber(o) || (((o) = luaV_tonumber(o,n)) != NULL))31 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
58 const TValue *luaV_tonumber (const TValue *obj, TValue *n) { in luaV_tonumber() function387 if ((b = luaV_tonumber(rb, &tempb)) != NULL && in luaV_arith()388 (c = luaV_tonumber(rc, &tempc)) != NULL) { in luaV_arith()
541 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()