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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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);
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);
ldebug.c 576 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
582 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 835 luaD_throw(L, status); /* re-throw error */
    [all...]
lvm.c 88 luaD_throw(L, LUA_YIELD);
  /external/syslinux/com32/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);
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);
ldebug.c 576 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
582 luaD_throw(L, LUA_ERRRUN);
lundump.c 33 luaD_throw(S->L,LUA_ERRSYNTAX);
llex.c 114 luaD_throw(ls->L, LUA_ERRSYNTAX);
lgc.c 835 luaD_throw(L, status); /* re-throw error */
    [all...]
lvm.c 111 luaD_throw(L, LUA_YIELD);

Completed in 477 milliseconds