[webkit-reviews] review granted: [Bug 204867] [JSC] Put TypedArrays in IsoSubspace : [Attachment 384869] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 4 18:18:35 PST 2019
Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 204867: [JSC] Put TypedArrays in IsoSubspace
https://bugs.webkit.org/show_bug.cgi?id=204867
Attachment 384869: Patch
https://bugs.webkit.org/attachment.cgi?id=384869&action=review
--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 384869
--> https://bugs.webkit.org/attachment.cgi?id=384869
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=384869&action=review
r=me
> Source/JavaScriptCore/runtime/JSArrayBufferView.h:103
> + ASSERT_NOT_REACHED();
Make this RELEASE_ASSERT_NOT_REACHED().
More information about the webkit-reviews
mailing list