[K/N] Added checks for tests that current frame after catch is right

This commit is contained in:
Elena Lepilkina
2021-10-14 15:58:54 +03:00
committed by Space
parent ccddf5b2d5
commit 2d72f4d5a9
9 changed files with 25 additions and 0 deletions
@@ -246,6 +246,7 @@ void LeaveFrame(ObjHeader** start, int parameters, int count) RUNTIME_NOTHROW;
// Set current frame in case if exception caught.
void SetCurrentFrame(ObjHeader** start) RUNTIME_NOTHROW;
FrameOverlay* getCurrentFrame() RUNTIME_NOTHROW;
ALWAYS_INLINE void CheckCurrentFrame(ObjHeader** frame) RUNTIME_NOTHROW;
// Clears object subgraph references from memory subsystem, and optionally
// checks if subgraph referenced by given root is disjoint from the rest of