Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance
51 LUAI_FUNC Table *luaH_new (lua_State *L);
187 Table *registry = luaH_new(L); in init_registry()194 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
421 Table *luaH_new (lua_State *L) { in luaH_new() function
238 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
687 t = luaH_new(L); in lua_createtable()
870 Table *t = luaH_new(L); in luaV_execute()
1633 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()