[Webkit-unassigned] [Bug 19510] New: CodeBlock::needsFullScopeChain not always set for global code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 11 22:38:04 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19510
Summary: CodeBlock::needsFullScopeChain not always set for global
code
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
CC: mjs at apple.com, ggaren at apple.com, oliver at apple.com
If a unit of global code doesn't define any functions, the associated CodeBlock
does not have needsFullScopeChain set. Since we use this to test for copying
local variables to temporaries when necessary, it leads to incorrect behaviour.
I will post a test case in the next post.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list