Home
last modified time | relevance | path

Searched refs:luaH_new (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dltable.h46 LUAI_FUNC Table *luaH_new (lua_State *L);
Dlstate.c253 Table *registry = luaH_new(L); in init_registry()
260 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
Dltable.c582 Table *luaH_new (lua_State *L) { in luaH_new() function
Dldebug.c304 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
Dlapi.c731 t = luaH_new(L); in lua_createtable()
Dlvm.c1330 t = luaH_new(L); /* memory allocation */ in luaV_execute()
Dlparser.c1978 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()