Searched refs:luaopen_table (Results 1 – 3 of 3) sorted by relevance
21 LUAMOD_API int (luaopen_table) (lua_State *L); variable
275 LUAMOD_API int luaopen_table (lua_State *L) { in luaopen_table() function
1068 VERIFY3U(1, ==, luaopen_table(state)); in zcp_eval()