Searched refs:luaF_newupval (Results 1 – 3 of 3) sorted by relevance
25 LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
38 UpVal *luaF_newupval (lua_State *L) { in luaF_newupval() function
739 UpVal *up = luaF_newupval(L); in f_parser()