mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #316 - Be more gentle with the CC and nursery.
This commit is contained in:
parent
5b49170b58
commit
10e1c09fec
3 changed files with 7 additions and 11 deletions
|
|
@ -6776,9 +6776,9 @@ js::gc::NextCellUniqueId(JSRuntime* rt)
|
|||
return rt->gc.nextCellUniqueId();
|
||||
}
|
||||
|
||||
#ifdef MOZ_DEVTOOLS_SERVER
|
||||
namespace js {
|
||||
namespace gc {
|
||||
#ifdef MOZ_DEVTOOLS_SERVER
|
||||
namespace MemInfo {
|
||||
|
||||
static bool
|
||||
|
|
@ -6994,6 +6994,7 @@ NewMemoryInfoObject(JSContext* cx)
|
|||
|
||||
return obj;
|
||||
}
|
||||
#endif // MOZ_DEVTOOLS_SERVER
|
||||
|
||||
const char*
|
||||
StateName(State state)
|
||||
|
|
@ -7033,7 +7034,6 @@ AutoEmptyNursery::AutoEmptyNursery(JSRuntime *rt)
|
|||
|
||||
} /* namespace gc */
|
||||
} /* namespace js */
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue