MCPcopy Create free account
hub / github.com/ZDoom/Raze / ~CodeEmitter

Method ~CodeEmitter

libraries/asmjit/asmjit/base/codeemitter.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 _nativeGpArray(nullptr) {}
50
51CodeEmitter::~CodeEmitter() noexcept {
52 if (_code) {
53 _destroyed = true;
54 _code->detach(this);
55 }
56}
57
58// ============================================================================
59// [asmjit::CodeEmitter - Events]

Callers

nothing calls this directly

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected