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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.h 375 typedef struct lua_Debug lua_Debug; /* activation record */
379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
385 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
399 struct lua_Debug {
ldblib.c 113 lua_Debug ar;
165 lua_Debug ar;
194 lua_Debug ar;
229 lua_Debug ar;
259 static void hookf (lua_State *L, lua_Debug *ar) {
347 luai_writestringerror("%s", "lua_debug> ");
ldebug.c 83 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) {
144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) {
166 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) {
178 static void funcinfo (lua_Debug *ar, Closure *cl) {
215 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar,
266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
lcorolib.c 114 lua_Debug ar;
lauxlib.c 67 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) {
83 static void pushfuncname (lua_State *L, lua_Debug *ar) {
102 lua_Debug ar;
118 lua_Debug ar;
154 lua_Debug ar;
184 lua_Debug ar;
lua.c 94 static void lstop (lua_State *L, lua_Debug *ar) {
loadlib.c 547 lua_Debug ar;
ldo.c 223 lua_Debug ar;

Completed in 278 milliseconds