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
A recent change to the JavaScriptCore "agent" may have regressed JSC support. Commit 4e9c3ee (which was first released in eshost version 8.0.0) includes the following modification
Prior to that change, the object assigned to this.cpOptions had a single property, and that property was named env. The change caused this.cpOptions to become the value which was previously defined as the env property. As far as I can tell, none of the references to the property were updated to reflect this change.
I have not observed any regressions related to this change since the release of version 8.0.0.
The text was updated successfully, but these errors were encountered:
A recent change to the JavaScriptCore "agent" may have regressed JSC support. Commit 4e9c3ee (which was first released in eshost version 8.0.0) includes the following modification
Prior to that change, the object assigned to
this.cpOptions
had a single property, and that property was namedenv
. The change causedthis.cpOptions
to become the value which was previously defined as theenv
property. As far as I can tell, none of the references to the property were updated to reflect this change.I have not observed any regressions related to this change since the release of version 8.0.0.
The text was updated successfully, but these errors were encountered: