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

Method popFrame

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

Source from the content-addressed store, hash-verified

493 }
494
495 inline void popFrame(StackFrame *inFrame)
496 {
497 #ifdef HXCPP_TELEMETRY
498 if (mTelemetry)
499 tlmSampleExit(mTelemetry);
500 #endif
501
502 if (mIsUnwindingException)
503 {
504 // Use default operator=
505 mExceptionStack.push( *inFrame );
506 }
507
508 mStackFrames.pop_back();
509 }
510
511 void getCurrentCallStackAsStrings(Array<String> result, bool skipLast);
512 void getCurrentExceptionStackAsStrings(Array<String> result);

Callers 3

~CppiaStackFrameMethod · 0.80
SLJIT_CALL popFrameFunction · 0.80
~StackFrameMethod · 0.80

Calls 3

tlmSampleExitFunction · 0.85
pop_backMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected