[Webkit-unassigned] [Bug 144238] Class contructor and methods shouldn't have "arguments" and "caller"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 05:46:11 PDT 2016


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

--- Comment #10 from GSkachkov <gskachkov at gmail.com> ---
(In reply to comment #9)
> Comment on attachment 277854 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=277854&action=review
> 
> > Source/JavaScriptCore/runtime/JSFunction.cpp:371
> > +                GetterSetter* errorGetterSetter = thisObject->jsExecutable()->isClassConstructorFunction() || thisObject->jsExecutable()->parseMode() == SourceParseMode::MethodMode
> 
> Please add a static local helper function instead of duplicating the code.

Done

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160502/7e252c9a/attachment-0001.html>


More information about the webkit-unassigned mailing list