Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.h66 LUALIB_API void (luaL_checktype) (lua_State *L, int arg, int t); variable
Dlauxlib.c390 LUALIB_API void luaL_checktype (lua_State *L, int arg, int t) { in luaL_checktype() function