Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance
50 LUAI_FUNC Table *luaH_new (lua_State *L);
218 Table *registry = luaH_new(L); in init_registry()224 sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
615 Table *luaH_new (lua_State *L) { in luaH_new() function
300 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
759 t = luaH_new(L); in lua_createtable()
1338 t = luaH_new(L); /* memory allocation */ in luaV_execute()
1938 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()
Completed in 17 milliseconds