+ it->state = luaL_ref(L, LUA_REGISTRYINDEX); + + return it; +} + +int +luaL_iterator_next(lua_State *L, struct luaL_iterator *it) +{ + int frame_start ...
確定! 回上一頁