Searched refs:luaopen_base (Results 1 – 4 of 4) sorted by relevance
43 {LUA_GNAME, luaopen_base},
18 LUAMOD_API int (luaopen_base) (lua_State *L); variable
515 LUAMOD_API int luaopen_base (lua_State *L) { in luaopen_base() function
21 static constexpr luaL_Reg defaultlibs[] = {{"_G", luaopen_base},