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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 20 #define LUA_ERRFILE (LUA_ERRERR+1)
ldo.c 90 case LUA_ERRERR: {
178 luaD_throw(L, LUA_ERRERR);
391 luaD_throw(L, LUA_ERRERR); /* error while handing stack error */
lua.h 51 #define LUA_ERRERR 6
ldebug.c 563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);

Completed in 35 milliseconds