看了下changes files
Qt5.12.6
- [QTBUG-77761] Fix loading of EcmaScript modules when using the Qt Quick Compiler.
- [QTBUG-77954] Fix parsing errors when using a semicolon after an object literal in property bindings.
- [QTBUG-76866] Fix crash with null value type objects.
- [QTBUG-74087] The JavaScript engine will parse lists iteratively now, using less stack space. This allows for more complex JavaScript to be parsed.
Qt5.13.2
- [QTBUG-77761] EcmaScript modules are loaded correctly now when using theQt Quick Compiler.
- [QTBUG-74087] Various JavaScript list-like constructs are parsediteratively rather than recursively now, avoiding stack overflows.
- [QTBUG-78554] Exceptions thrown from a promise's resolve or rejecthandler are forwarded correctly now.
- [QTBUG-78996] MakeDay() and getDay() now behave more correctly.
估计是修复bug的时候引发了新的问题。。。