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