mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
add newline at end of files js/src/gc
This commit is contained in:
parent
41693aa70f
commit
9051e1dd6a
4 changed files with 4 additions and 4 deletions
|
|
@ -1350,4 +1350,4 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation
|
|||
|
||||
} /* namespace js */
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -540,4 +540,4 @@ GCRuntime::resetBufferedGrayRoots() const
|
|||
"Do not clear the gray buffers unless we are Failed or becoming Unused");
|
||||
for (GCZonesIter zone(rt); !zone.done(); zone.next())
|
||||
zone->gcGrayRoots.clearAndFree();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -483,4 +483,4 @@ JS_PUBLIC_API(void)
|
|||
JS::shadow::RegisterWeakCache(JS::Zone* zone, WeakCache<void*>* cachep)
|
||||
{
|
||||
zone->registerWeakCache(cachep);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -741,4 +741,4 @@ class ZoneAllocPolicy
|
|||
|
||||
} // namespace js
|
||||
|
||||
#endif // gc_Zone_h
|
||||
#endif // gc_Zone_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue