Created attachment 257086 [details] testcase: defining strict arrow function (will crash on load) Running the following JS code will produce a crash: () => { 'use strict' } * r186927: no crash * r186963 or later: crash
Revision 186959 https://trac.webkit.org/changeset/186959 made changes on how functions are parsed. Is it related to this bug?
I fixed this yesterday in: http://trac.webkit.org/changeset/187014
Verified as fixed in latest nightly (r187018), indeed.