Searched refs:resume_error (Results 1 – 1 of 1) sorted by relevance
485 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error() function501 resume_error(L, "C stack overflow", firstArg); in resume()504 resume_error(L, "cannot resume non-suspended coroutine", firstArg); in resume()510 resume_error(L, "cannot resume dead coroutine", firstArg); in resume()