MCPcopy Create free account
hub / github.com/defold/defold / dm_lua_error_asan

Function dm_lua_error_asan

engine/script/src/script.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45extern "C" void __asan_handle_no_return();
46
47extern "C" int dm_lua_error_asan(lua_State* L)
48{
49 __asan_handle_no_return();
50 return DM_LUA_RENAME(lua_error)(L);
51}
52
53extern "C" int dm_luaL_error_asan(lua_State* L, const char* fmt, ...)
54{

Callers 1

dm_luaL_error_asanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected