[Webkit-unassigned] [Bug 139827] New: Stop pretending that the LexicalEnvironment local var is captured
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 19 12:12:11 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139827
Bug ID: 139827
Summary: Stop pretending that the LexicalEnvironment local var
is captured
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
The current code pretends that the LexicalEnvironment local var is captured. This is a short cut to keeping that local var alive (even when it doesn't need to be). However, this pretense does have negative side-effects (see https://bugs.webkit.org/show_bug.cgi?id=139524). So, let's fix it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141219/b33dbc00/attachment-0002.html>
More information about the webkit-unassigned
mailing list