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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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);
398 luaD_throw(L, LUA_ERRERR); /* error while handing stack error */
489 luaD_throw(L, -1); /* jump back to 'lua_resume' */
587 luaD_throw(L, LUA_YIELD);
635 luaD_throw(L, LUA_ERRSYNTAX);
  /external/lua/src/
ldo.c 110 l_noret luaD_throw (lua_State *L, int errcode) {
120 luaD_throw(g->mainthread, errcode); /* re-throw in main thread */
194 luaD_throw(L, LUA_ERRERR);
485 luaD_throw(L, LUA_ERRERR); /* error while handing stack error */
713 luaD_throw(L, LUA_YIELD);
761 luaD_throw(L, LUA_ERRSYNTAX);

Completed in 168 milliseconds