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 Jan 15, 2021. It is now read-only.
This turned out to be more complex than expected.
The macros seems to be correct but they may be not work when the call stack mixes JS functions with native functions, but that is just a supposition.
The two macros are used to detect recursions, but they may be buggy on iOS.
https://github.com/thaliproject/jxcore/blob/master/deps/mozjs/src/jsfriendapi.h#L23-L27
https://github.com/thaliproject/jxcore/blob/master/deps/mozjs/src/jsfriendapi.h#L1000
Verify JS_STACK_GROWTH_DIRECTION and nativeStackLimit on iOS.
The text was updated successfully, but these errors were encountered: