[Webkit-unassigned] [Bug 18518] Implement eval in SquirrelFish

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 17:49:53 PDT 2008


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


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20608|0                           |1
        is obsolete|                            |




------- Comment #10 from cwzwarich at uwaterloo.ca  2008-04-16 17:49 PDT -------
Created an attachment (id=20609)
 --> (http://bugs.webkit.org/attachment.cgi?id=20609&action=view)
Revised patch in progress

Here is the latest patch. I reimplemented indirect eval in a manner similar to
JS -> native -> JS function calls. The only things missing featurewise are
setting the correct value of 'this', throwing exceptions on syntax errors
(which I will add in the next patch), and propagating exceptions from an eval
context to the current context (I think I know how to do this properly, but
Oliver volunteered to do it after I am finished with this patch).

Maciej and I are debugging the string-tagcloud crash. At this point, it looks
like it is probably a ScopeChain GC problem.


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