[webkit-reviews] review granted: [Bug 216966] [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging : [Attachment 409668] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 06:24:44 PDT 2020


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 216966: [JSC] Introduce JSC_DECLARE_HOST_FUNCTION /
JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for
JIT-caging
https://bugs.webkit.org/show_bug.cgi?id=216966

Attachment 409668: Patch

https://bugs.webkit.org/attachment.cgi?id=409668&action=review




--- Comment #4 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 409668
  --> https://bugs.webkit.org/attachment.cgi?id=409668
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409668&action=review

> Source/WTF/wtf/PlatformCallingConventions.h:49
> +#define JSC_ANNOTATE_HOST_FUNCTION(functionId, function)

This will do something in the future?


More information about the webkit-reviews mailing list