Home
last modified time | relevance | path

Searched defs:lua_isnumber (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlua.h173 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
Dlapi.c276 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function