[Webkit-unassigned] [Bug 175470] Support the with keyword in DFG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 14 16:46:45 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175470

--- Comment #17 from Robin Morisset <rmorisset at apple.com> ---
I added that line to be conservative, I am not sure if it is needed. I can see two reasons why pushing a with scope could be more dangerous that popping one:
- it allocates memory for the new scope
- it calls toObject() on its argument, which can emit an exception.
Not sure if these justify clobbering the world or if something more limited would be better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170814/947f7458/attachment.html>


More information about the webkit-unassigned mailing list