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

Method getStackFrame

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

Source from the content-addressed store, hash-verified

512 void getCurrentExceptionStackAsStrings(Array<String> result);
513 StackFrame *getCurrentStackFrame() { return mStackFrames.back(); }
514 StackFrame *getStackFrame(int inIndex) { return mStackFrames[inIndex]; }
515 int getDepth() const { return mStackFrames.size(); }
516 inline const char *getFullNameAtDepth(int depth) const;
517 void dumpExceptionStack();

Callers 1

GetThreadInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected