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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 42 LUAI_FUNC l_noret luaD_throw (lua_State *L, int errcode);
lmem.c 93 luaD_throw(L, LUA_ERRMEM);
ldo.c 103 l_noret luaD_throw (lua_State *L, int errcode) {
112 luaD_throw(G(L)->mainthread, errcode); /* re-throw in main thread */
178 luaD_throw(L, LUA_ERRERR);
391 luaD_throw(L, LUA_ERRERR); /* error while handing stack error */
482 luaD_throw(L, -1); /* jump back to 'lua_resume' */
579 luaD_throw(L, LUA_YIELD);
627 luaD_throw(L, LUA_ERRSYNTAX);
ldebug.c 563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
569 luaD_throw(L, LUA_ERRRUN);
lundump.c 33 luaD_throw(S->L,LUA_ERRSYNTAX);
llex.c 110 luaD_throw(ls->L, LUA_ERRSYNTAX);
lgc.c 828 luaD_throw(L, status); /* re-throw error */
    [all...]
lvm.c 88 luaD_throw(L, LUA_YIELD);

Completed in 226 milliseconds