Home
last modified time | relevance | path

Searched refs:throw_corlib_exception_func (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-exceptions.c113 static gpointer throw_corlib_exception_func; variable
293 if (throw_corlib_exception_func) in mono_get_throw_corlib_exception()
294 return throw_corlib_exception_func; in mono_get_throw_corlib_exception()
305 throw_corlib_exception_func = code; in mono_get_throw_corlib_exception()
307 return throw_corlib_exception_func; in mono_get_throw_corlib_exception()