[Webkit-unassigned] [Bug 40300] Web Inspector: [JSC] implement script source editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 05:21:09 PDT 2012


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





--- Comment #68 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-07-23 05:21:11 PST ---
(In reply to comment #67)
> (From update of attachment 152134 [details])
> It looks like this patch will recompile a top-level program and then replace all global functions declared by that program using the function keyword. Is that really how this feature is supposed to work? What happens to non-global functions and functions declared using the var keyword?

Sorry for reply your comments so late. I did a test again, my patch can pass the test cases you mentioned. Since the Identifier of old function is replaced, the function body will also be recompiled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list