Skip to content

crash workaround for QTBUG-119395

Marco Martin requested to merge work/mart/crashworkaround into master

calling an external reduce function seems to crash inside QV4 in some cases, see https://bugreports.qt.io/browse/QTBUG-119395

porting it to an inline arrow function solves the issue

BUG:477369

Merge request reports