summaryrefslogtreecommitdiffstats
path: root/js/src/gc/GCRuntime.h
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-04-30 02:20:36 +0300
committerGitHub <noreply@github.com>2019-04-30 02:20:36 +0300
commit9fb6b925fb249d3dd9f467142410a2e605736784 (patch)
tree4fe192f0d9063c092eb86675eb8b448b167595bd /js/src/gc/GCRuntime.h
parent0e70828f2c84cc0ac9afd85d14eb30b5fc8358dd (diff)
downloadUXP-9fb6b925fb249d3dd9f467142410a2e605736784.tar
UXP-9fb6b925fb249d3dd9f467142410a2e605736784.tar.gz
UXP-9fb6b925fb249d3dd9f467142410a2e605736784.tar.lz
UXP-9fb6b925fb249d3dd9f467142410a2e605736784.tar.xz
UXP-9fb6b925fb249d3dd9f467142410a2e605736784.zip
tab to spaces js/src/gc
Diffstat (limited to 'js/src/gc/GCRuntime.h')
-rw-r--r--js/src/gc/GCRuntime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h
index 72910c615..f102e9ef0 100644
--- a/js/src/gc/GCRuntime.h
+++ b/js/src/gc/GCRuntime.h
@@ -901,7 +901,7 @@ class GCRuntime
void requestMajorGC(JS::gcreason::Reason reason);
SliceBudget defaultBudget(JS::gcreason::Reason reason, int64_t millis);
void budgetIncrementalGC(JS::gcreason::Reason reason, SliceBudget& budget,
- AutoLockForExclusiveAccess& lock);
+ AutoLockForExclusiveAccess& lock);
void resetIncrementalGC(AbortReason reason, AutoLockForExclusiveAccess& lock);
// Assert if the system state is such that we should never
@@ -916,7 +916,7 @@ class GCRuntime
void collect(bool nonincrementalByAPI, SliceBudget budget, JS::gcreason::Reason reason) JS_HAZ_GC_CALL;
MOZ_MUST_USE bool gcCycle(bool nonincrementalByAPI, SliceBudget& budget,
JS::gcreason::Reason reason);
- bool shouldRepeatForDeadZone(JS::gcreason::Reason reason);
+ bool shouldRepeatForDeadZone(JS::gcreason::Reason reason);
void incrementalCollectSlice(SliceBudget& budget, JS::gcreason::Reason reason,
AutoLockForExclusiveAccess& lock);