NativeScript / ios

NativeScript for iOS and visionOS using V8
https://docs.nativescript.org/guide/ios-marshalling
131 stars 33 forks source link

fix: prevent JS function to native block leak #223

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

This is a pretty big change and it affects all blocks, so needs to be carefully tested.

I added 2 unit tests to blocks to ensure they're retained and released accordingly (they currently fail without my changes)