mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.
This commit is contained in:
parent
10e8869a61
commit
a8821a2177
5 changed files with 0 additions and 29 deletions
|
|
@ -135,7 +135,6 @@ CheckOverRecursed(JSContext* cx)
|
|||
#else
|
||||
JS_CHECK_RECURSION(cx, return false);
|
||||
#endif
|
||||
gc::MaybeVerifyBarriers(cx);
|
||||
return cx->runtime()->handleInterrupt(cx);
|
||||
}
|
||||
|
||||
|
|
@ -180,7 +179,6 @@ CheckOverRecursedWithExtra(JSContext* cx, BaselineFrame* frame,
|
|||
JS_CHECK_RECURSION_WITH_SP(cx, checkSp, return false);
|
||||
#endif
|
||||
|
||||
gc::MaybeVerifyBarriers(cx);
|
||||
return cx->runtime()->handleInterrupt(cx);
|
||||
}
|
||||
|
||||
|
|
@ -465,8 +463,6 @@ SetProperty(JSContext* cx, HandleObject obj, HandlePropertyName name, HandleValu
|
|||
bool
|
||||
InterruptCheck(JSContext* cx)
|
||||
{
|
||||
gc::MaybeVerifyBarriers(cx);
|
||||
|
||||
{
|
||||
JSRuntime* rt = cx->runtime();
|
||||
JitRuntime::AutoPreventBackedgePatching apbp(rt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue