Named class expressions don't use pending_lhs_name, but we must still clear it to prevent it from leaking through to nested anonymous functions inside the class body.
1 line
29 B
JavaScript
1 line
29 B
JavaScript
var [C = class Foo {}] = [];
|