MCPcopy Create free account
hub / github.com/ZDoom/Raze / setErrorHandler

Method setErrorHandler

libraries/asmjit/asmjit/base/codeholder.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259#endif // !ASMJIT_DISABLE_LOGGING
260
261Error CodeHolder::setErrorHandler(ErrorHandler* handler) noexcept {
262 _errorHandler = handler;
263 return kErrorOk;
264}
265
266// ============================================================================
267// [asmjit::CodeHolder - Sections]

Callers 2

JitCompileFunction · 0.80
JitDumpLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected