Bug 1376891 - Support idle runnable for nursery collection. r=jonco, r=smaug
This commit is contained in:
@@ -510,6 +510,7 @@ CycleCollectedJSRuntime::CycleCollectedJSRuntime(JSContext* aCx)
|
||||
: mGCThingCycleCollectorGlobal(sGCThingCycleCollectorGlobal)
|
||||
, mJSZoneCycleCollectorGlobal(sJSZoneCycleCollectorGlobal)
|
||||
, mJSRuntime(JS_GetRuntime(aCx))
|
||||
, mHasPendingIdleGCTask(false)
|
||||
, mPrevGCSliceCallback(nullptr)
|
||||
, mPrevGCNurseryCollectionCallback(nullptr)
|
||||
, mJSHolderMap(256)
|
||||
|
||||
Reference in New Issue
Block a user