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
JsFunction currently contains a lot of duplicated data. Instead, all constant data should be moved out of this struct and into static storage on the JsEnv, leaving an index reference in JsFunction.