[Webkit-unassigned] [Bug 18827] SquirrelFish: Prevent getters and setters from destroying the current RegisterFile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 1 04:40:16 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18827


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com,
                   |                            |ggaren at apple.com




------- Comment #2 from oliver at apple.com  2008-05-01 04:40 PDT -------
Argh!!! need to handle eval as a getter or setter -- 
try {
    f = "f";
    depth = 0;
    __defineSetter__("g", eval);
    g = "print('ZOMG!!!!!!!')";
} catch(e) {
    print(e);
}


-- 
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