MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / resume_error

Function resume_error

other_src/lua/src/ldo.cpp:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408static int resume_error (lua_State *L, const char *msg) {
409 L->top = L->ci->base;
410 setsvalue2s(L, L->top, luaS_new(L, msg));
411 incr_top(L);
412 lua_unlock(L);
413 return LUA_ERRRUN;
414}
415
416
417LUA_API int lua_resume (lua_State *L, int nargs) {

Callers 1

lua_resumeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected