JavascriptNet / Javascript.Net

.Net bindings to the V8 JavaScript engine
BSD 2-Clause "Simplified" License
828 stars 150 forks source link

Use ReferenceEquals to prevent infinite recursion #67

Closed spahnke closed 5 years ago

spahnke commented 5 years ago

Sorry I didn't catch the infinite recursion in the review of #66 . This PR fixes that.

oliverbock commented 5 years ago

Good catch.