[Webkit-unassigned] [Bug 159387] New: BytecodeGenerator::getVariablesUnderTDZ is too conservative
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 2 10:39:23 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159387
Bug ID: 159387
Summary: BytecodeGenerator::getVariablesUnderTDZ is too
conservative
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fpizlo at apple.com
For example it will say that "x" is under TDZ in the "...":
{
{
let x;
...
}
let x;
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160702/a1322830/attachment.html>
More information about the webkit-unassigned
mailing list