Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance
31 LUAI_FUNC Table *luaH_new (lua_State *L);
168 Table *registry = luaH_new(L); in init_registry()175 sethvalue(L, &mt, luaH_new(L)); in init_registry()
368 Table *luaH_new (lua_State *L) { in luaH_new() function
205 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
606 Table *t = luaH_new(L); in luaV_execute()
677 t = luaH_new(L); in lua_createtable()
547 fs->h = luaH_new(L); in open_func()