[Webkit-unassigned] [Bug 13621] New: Decompilation of object literal getter incorrectly includes quotes around name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 8 00:23:35 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13621
Summary: Decompilation of object literal getter incorrectly
includes quotes around name
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: HasReduction
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jruderman at gmail.com
> (function() { return { get x() { } } })
function ()
{
return { get "x"()
{
} };
}
The decompilation doesn't compile, so I'm pretty sure it's wrong ;)
Found with jsfunfuzz in a nightly.
--
Configure bugmail: http://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