Home
last modified time | relevance | path

Searched refs:lua_getlocal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dldblib.c170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal()
176 name = lua_getlocal(L1, &ar, nvar); in db_getlocal()
Dlua.h384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable
Dldebug.c144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function