MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / lua_error

Function lua_error

ogsr_engine/LuaJIT/src/lj_err.c:1059–1063  ·  view source on GitHub ↗

Forwarders for the public API (C calling convention and no LJ_NORET). */

Source from the content-addressed store, hash-verified

1057
1058/* Forwarders for the public API (C calling convention and no LJ_NORET). */
1059LUA_API int lua_error(lua_State *L)
1060{
1061 lj_err_run(L);
1062 return 0; /* unreachable */
1063}
1064
1065LUALIB_API int luaL_argerror(lua_State *L, int narg, const char *msg)
1066{

Callers 12

lib_base.cFile · 0.70
lstopFunction · 0.70
function_dispatcherFunction · 0.50
stage2Method · 0.50
stage1Method · 0.50
gettableMethod · 0.50
class_rep.cppFile · 0.50
operator_dispatcherMethod · 0.50
lua_class_gettableMethod · 0.50
lua_class_settableMethod · 0.50
static_class_gettableMethod · 0.50

Calls 1

lj_err_runFunction · 0.85

Tested by

no test coverage detected