Bug 1908235 - Annotate gLog{AddRef,Release}Func to suppress thousands of false positive hazards r=bthrall

Differential Revision: https://phabricator.services.mozilla.com/D216743
This commit is contained in:
Steve Fink
2024-07-18 21:58:34 +00:00
parent 1f04aa4b43
commit 2ca601334c

View File

@@ -12,7 +12,9 @@ var ignoreIndirectCalls = {
"aMallocSizeOf" : true,
"__conv" : true,
"__convf" : true,
"callback_newtable" : true,
"callback_newtable": true,
"gLogAddRefFunc": true,
"gLogReleaseFunc": true,
};
// Types that when constructed with no arguments, are "safe" values (they do