Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h51 LUALIB_API void (luaL_checktype) (lua_State *L, int narg, int t); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c345 LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) { in luaL_checktype() function