Searched defs:lua_isnumber (Results 1 – 2 of 2) sorted by relevance
| /external/lua/src/ | ||
| D | lua.h | 182 LUA_API int             (lua_isnumber) (lua_State *L, int idx);  variable | 
| D | lapi.c | 285 LUA_API int lua_isnumber (lua_State *L, int idx) {  in lua_isnumber()  function |