Home
last modified time | relevance | path

Searched refs:lua_setupvalue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlbaselib.c249 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */ in load_aux()
Dldblib.c209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
Dlua.h387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
Dloadlib.c553 lua_setupvalue(L, -2, 1); in set_env()
Dlapi.c1227 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function