This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent infinite recursion on user-defined toString
Values are serialized when recording function applications. Serialization may invoke a user-defined `toString` method. If this method is instrumented this leads to infinite recursion.
- Loading branch information