You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
This issue actually occurs in the Noesis.Javascript.dll dependency, the parameter conversion from V8 to C# does not take infinite recursions into account.
POSSIBLE FIX:
Recurse over objects inside V8 and remove self-references before passing back to C#.
The text was updated successfully, but these errors were encountered:
STEPS TO REPRODUCE:
trifle.trifle = trifle
MORE INFO:
This issue actually occurs in the Noesis.Javascript.dll dependency, the parameter conversion from V8 to C# does not take infinite recursions into account.
POSSIBLE FIX:
Recurse over objects inside V8 and remove self-references before passing back to C#.
The text was updated successfully, but these errors were encountered: