MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ExceptionStackFrame

Method ExceptionStackFrame

src/hx/Debug.cpp:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448ExceptionStackFrame::ExceptionStackFrame(const StackFrame &inFrame)
449{
450 // It is safe to use the pointer in 331+
451 position = inFrame.position;
452
453 #ifdef HXCPP_STACK_LINE
454 line = inFrame.lineNumber;
455 #endif
456}
457
458::String ExceptionStackFrame::format(bool inForDisplay)
459{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected