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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 19:51:28 PDT 2012


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #152134|review?                     |review-
               Flag|                            |




--- Comment #60 from Filip Pizlo <fpizlo at apple.com>  2012-07-12 19:51:26 PST ---
(From update of attachment 152134)
View in context: https://bugs.webkit.org/attachment.cgi?id=152134&action=review

> Source/JavaScriptCore/interpreter/Interpreter.cpp:1094
> -JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObject* thisObj)
> +JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObject* thisObj, bool compileOnly)

Split this into two methods, one that compiles, and the other that compiles and executes.

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