mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9c3c29695f
nsJSEnvironment::CycleCollectNow does work before and after a CC runs. With ICC, nsJSEnv won't know where in the CC when a CC is about to begin or end, so this patch reorganizes that work into two separate callback hooks. This requires adding a new struct, CycleCollectorStats, to hold data nsJSEnv needs between the two calls. Rather than trying to pass around a pointer to a results structure, this patch just adds it to the nsCycleCollector struct, and always stores them. The results are passed back to the end CC callback. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
jsd | ||
public | ||
src | ||
xpconnect |