[Webkit-unassigned] [Bug 10879] New: eval doesn't like anonymous function expressions

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Sep 15 23:23:24 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10879

           Summary: eval doesn't like anonymous function expressions
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jruderman at gmail.com


This doesn't work:
javascript:g=eval("function(){}"); alert(g)

This does:
javascript:g=eval("(function(){})"); alert(g)


-- 
Configure bugmail: http://bugzilla.opendarwin.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