Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable