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