Home
last modified time | relevance | path

Searched refs:LUA_ERRRUN (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h47 #define LUA_ERRRUN 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c582 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
Dldo.c545 status = LUA_ERRRUN; in lua_resume()
Dlgc.c828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()