[Webkit-unassigned] [Bug 281514] New: [TZone] Add TZone annotation macros for structs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 15 12:50:13 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281514
Bug ID: 281514
Summary: [TZone] Add TZone annotation macros for structs
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: ASSIGNED
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: msaboff at apple.com
CC: msaboff at apple.com
Add TZone annotation macros for structs.
The main difference between structs and classes is the default privacy. The default access for Classes is private while the default for structs is public. This means that the TZone annotations macros for classes are:
public: \
create TZone allocation helpers... \
private:
The struct annotations are simply:
create TZone allocation helpers...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241015/337ada3e/attachment.htm>
More information about the webkit-unassigned
mailing list