Searched refs:luaopen_debug (Results 1 – 5 of 5) sorted by relevance
25 {LUA_DBLIBNAME, luaopen_debug},
37 LUALIB_API int (luaopen_debug) (lua_State *L); variable
394 LUALIB_API int luaopen_debug (lua_State *L) { in luaopen_debug() function
40 LUAMOD_API int (luaopen_debug) (lua_State *L); variable
848 luaLoadLib(lua, LUA_DBLIBNAME, luaopen_debug); in luaLoadLibraries()