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

Function luaG_runerror

Source/Misc/lua/src/lua.c:5139–5145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5137
5138
5139void luaG_runerror (lua_State *L, const char *fmt, ...) {
5140va_list argp;
5141va_start(argp, fmt);
5142addinfo(L, luaO_pushvfstring(L, fmt, argp));
5143va_end(argp);
5144luaG_errormsg(L);
5145}
5146
5147/*
5148** $Id: ldo.c,v 2.38.1.3 2008/01/18 22:31:22 roberto Exp $

Callers 15

lua_replaceFunction · 0.85
luaG_typeerrorFunction · 0.85
luaG_ordererrorFunction · 0.85
growCIFunction · 0.85
luaD_callFunction · 0.85
lua_yieldFunction · 0.85
luaM_growaux_Function · 0.85
luaM_toobigFunction · 0.85
findindexFunction · 0.85
setnodevectorFunction · 0.85
luaH_setFunction · 0.85
luaV_gettableFunction · 0.85

Calls 3

addinfoFunction · 0.85
luaO_pushvfstringFunction · 0.85
luaG_errormsgFunction · 0.85

Tested by

no test coverage detected