Searched refs:lua_getstack (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcorolib.c115 if (lua_getstack(co, 0, &ar) > 0) /* does it have frames? */
H A Dldblib.c118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) {
174 if (!lua_getstack(L1, luaL_checkint(L, arg+1), &ar)) /* out of range? */
195 if (!lua_getstack(L1, luaL_checkint(L, arg+1), &ar)) /* out of range? */
H A Dlauxlib.c105 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; }
109 if (lua_getstack(L, m, &ar)) li = m + 1;
124 while (lua_getstack(L1, level++, &ar)) {
155 if (!lua_getstack(L, 0, &ar)) /* no stack frame? */
185 if (lua_getstack(L, level, &ar)) { /* check function at level */
H A Dlua.h382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
H A Dldebug.c83 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { function
H A Dloadlib.c548 if (lua_getstack(L, 1, &ar) == 0 ||

Completed in 81 milliseconds