MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ~StackFrame

Method ~StackFrame

include/hx/StackContext.h:665–668  ·  view source on GitHub ↗

The destructor automatically removes the StackFrame from the list of stack frames for the current thread

Source from the content-addressed store, hash-verified

663 // The destructor automatically removes the StackFrame from the list of
664 // stack frames for the current thread
665 ~StackFrame()
666 {
667 ctx->popFrame(this);
668 }
669
670 ::String toString();
671 ::String toDisplay();

Callers

nothing calls this directly

Calls 1

popFrameMethod · 0.80

Tested by

no test coverage detected