mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Consolidate tracing and traversing.
This commit is contained in:
parent
13969c80a3
commit
e015efb999
4 changed files with 38 additions and 16 deletions
|
|
@ -21,8 +21,9 @@ CycleCollectionNoteEdgeNameImpl(nsCycleCollectionTraversalCallback& aCallback,
|
|||
}
|
||||
|
||||
void
|
||||
nsScriptObjectTracer::NoteJSChild(JS::GCCellPtr aGCThing, const char* aName,
|
||||
void* aClosure)
|
||||
nsCycleCollectionParticipant::NoteJSChild(JS::GCCellPtr aGCThing,
|
||||
const char* aName,
|
||||
void* aClosure)
|
||||
{
|
||||
nsCycleCollectionTraversalCallback* cb =
|
||||
static_cast<nsCycleCollectionTraversalCallback*>(aClosure);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue