mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Remove isVerifyPreBarriersEnabled() stub and callers
This commit is contained in:
parent
1961d5b1b1
commit
a2355a9bc6
4 changed files with 2 additions and 6 deletions
|
|
@ -6744,7 +6744,7 @@ JS::IsIncrementalGCEnabled(JSContext* cx)
|
|||
JS_PUBLIC_API(bool)
|
||||
JS::IsIncrementalGCInProgress(JSContext* cx)
|
||||
{
|
||||
return cx->gc.isIncrementalGCInProgress() && !cx->gc.isVerifyPreBarriersEnabled();
|
||||
return cx->gc.isIncrementalGCInProgress();
|
||||
}
|
||||
|
||||
JS_PUBLIC_API(bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue