ios-jsc
ios-jsc copied to clipboard
Jump to the nearest JS frame when a JS error from FFICallback is thrown
This would allow us to catch JS errors across native boundaries.
For example:
|-- bootstrap.js code (try block)
|-- [native code - e.g. UIApplicationMain] (unwind this frame)
|-- applicationDidFinishLaunchingWithOptions (error is thrown)
We should research how the application lifetime will be impacted by such interventions.
Possible solutions: