MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / resume_error

Function resume_error

Source/Misc/lua/src/lua.c:5554–5560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5552
5553
5554static int resume_error (lua_State *L, const char *msg) {
5555L->top = L->ci->base;
5556setsvalue2s(L, L->top, luaS_new(L, msg));
5557incr_top(L);
5558lua_unlock(L);
5559return LUA_ERRRUN;
5560}
5561
5562
5563LUA_API int lua_resume (lua_State *L, int nargs) {

Callers 1

lua_resumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected