Searched refs:luaopen_coroutine (Results 1 – 3 of 3) sorted by relevance
18 LUAMOD_API int (luaopen_coroutine) (lua_State *L); variable
150 LUAMOD_API int luaopen_coroutine (lua_State *L) { in luaopen_coroutine() function
1062 VERIFY3U(1, ==, luaopen_coroutine(state)); in zcp_eval()