nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 342 forks source link

Nodejs mobile ios a12 #604

Closed DiegoNegri closed 5 years ago

DiegoNegri commented 5 years ago

To support iOS A12 devices (iPhoneXS, iPhoneXS Max) which crashes on js exception handling: replacing asm javascript function invocation with plain c++ invocation with variable list of arguments (limited to 50)

Checklist
DiegoNegri commented 5 years ago

The pull request has been accepted on nodejs-mobile, going to close this. Thanks for your support.