[webkit-reviews] review denied: [Bug 171274] ASSERTION FAILED: generator.isConstructor() || generator.derivedContextType() == DerivedContextType::DerivedConstructorContext : [Attachment 309295] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 11:42:26 PDT 2017


GSkachkov <gskachkov at gmail.com> has denied GSkachkov <gskachkov at gmail.com>'s
request for review:
Bug 171274: ASSERTION FAILED: generator.isConstructor() ||
generator.derivedContextType() == DerivedContextType::DerivedConstructorContext
https://bugs.webkit.org/show_bug.cgi?id=171274

Attachment 309295: Patch

https://bugs.webkit.org/attachment.cgi?id=309295&action=review




--- Comment #20 from GSkachkov <gskachkov at gmail.com> ---
Comment on attachment 309295
  --> https://bugs.webkit.org/attachment.cgi?id=309295
Patch

Hmm, I found one not css where TDZ error is not thrower, will investigate
what`s wrong:
```
class ChildClass8 extends BaseClass {
    constructor() {
	const arr = async () => { let i  = this.id; super(); };
	arr();
    }
}
```


More information about the webkit-reviews mailing list