[webkit-reviews] review granted: [Bug 68937] De-virtualize JSCell::toObject : [Attachment 109206] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 14:51:10 PDT 2011


Darin Adler <darin at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 68937: De-virtualize JSCell::toObject
https://bugs.webkit.org/show_bug.cgi?id=68937

Attachment 109206: Patch
https://bugs.webkit.org/attachment.cgi?id=109206&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=109206&action=review


> Source/JavaScriptCore/runtime/JSCell.cpp:154
> +JSObject* JSCell::toObject(ExecState* exec, JSGlobalObject* globalObject)
const

Should we consider inlining this in JSString.h?


More information about the webkit-reviews mailing list