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 Oct 15, 2020. It is now read-only.
SetEmbedderData() can be used to set JsValueRef. Currently we don't pin the objects and it could get collected prematurely. Fix it by calling JsAddRef the value if value is JsValueRef.
The text was updated successfully, but these errors were encountered:
SetEmbedderData()
can be used to setJsValueRef
. Currently we don't pin the objects and it could get collected prematurely. Fix it by callingJsAddRef
the value if value isJsValueRef
.The text was updated successfully, but these errors were encountered: