HomeSort by relevance Sort by last modified time
    Searched refs:lua_getstack (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 115 if (lua_getstack(co, 0, &ar) > 0) /* does it have frames? */
ldblib.c 118 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? */
lauxlib.c 105 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 */
lua.h 382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
ldebug.c 83 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { function
loadlib.c 548 if (lua_getstack(L, 1, &ar) == 0 ||

Completed in 137 milliseconds