Searched refs:lua_error (Results 1 – 7 of 7) sorted by relevance
30 lua_error(L); in luaY_parser()47 lua_error(L); in luaU_dump()
239 return lua_error(lua); in luaRaiseError()653 return lua_error(lua); in luaRedisSha1hexCommand()754 return lua_error(lua); in luaRedisSetReplCommand()757 return lua_error(lua); in luaRedisSetReplCommand()763 return lua_error(lua); in luaRedisSetReplCommand()777 return lua_error(lua); in luaLogCommand()780 return lua_error(lua); in luaLogCommand()785 return lua_error(lua); in luaLogCommand()1202 lua_error(lua); in luaMaskCountHook()2303 lua_error(lua); in ldbRepl()[all …]
89 return lua_error(L); in luaB_error()328 if (luaL_loadfile(L, fname) != 0) lua_error(L); in luaB_dofile()570 lua_error(L); /* propagate error */ in luaB_auxwrap()
163 (lua_pushstring(L, "unlocked references are obsolete"), lua_error(L), 0))
237 LUA_API int (lua_error) (lua_State *L); variable
93 return lua_error(L); in luaL_error()
964 LUA_API int lua_error (lua_State *L) { in lua_error() function