tagStateCmp use +exceptionStateLess

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2025-09-12 09:10:03 -07:00
parent 9870b14640
commit ab39366f7b
3 changed files with 16 additions and 6 deletions

View File

@@ -667,6 +667,10 @@ private:
int index_;
};
bool
exceptionStateLess(const ExceptionState *state1,
const ExceptionState *state2);
// Exception thrown by check.
class EmptyExpceptionPt : public Exception
{