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

Method getCurrentExceptionStackAsStrings

src/hx/Debug.cpp:363–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void StackContext::getCurrentExceptionStackAsStrings(Array<String> result)
364{
365 int size = mExceptionStack.size();
366
367 for (int i = 0; i < size; i++)
368 {
369 result->push(mExceptionStack[i].toString());
370 }
371}
372
373void StackContext::beginCatch(bool inAll)
374{

Callers 1

Calls 3

sizeMethod · 0.45
pushMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected