Jacob Sologub
Jacob Sologub
Hi @pmed This fixes a v8:: `Fatal error in v8::ToLocalChecked Empty/MaybeLocal` that occurs when throwing an exception from a constructor of a wrapped object. The error only happens in specific...
@EzimetYusup I've dropped non-ARC support here 74077b7e572ea791f8a5575f3aca0d921b4c5915 if that's what you meant by "Not Compatible with ios 8".
@Wojtab Thanks for sharing this! Plugged this in and it works like a charm. What would need to change for vp9?
@chobie just checked out your fork, worked right out of the box.
Just saw this today as-well, but haven't had any time to look at it so reverted back to before a6a3a9e
@rayburgemeestre can you see if [this](https://github.com/jacobsologub/v8pp/commit/044cf9e4c406994b85571a4459a30906323b3cb0) fixes the issue for you? Everything is working properly for me now. There're some checks still failing and I think they have to do...
macOS 15.2 Xcode Version 16.2 (16C5032a)
Resolved this temporarily by adding: ``` _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE ```
Proper way to set this in xcode: ``` CLANG_CXX_STANDARD_LIBRARY_HARDENING = extensive ``` https://developer.apple.com/documentation/xcode/build-settings-reference