Home
last modified time | relevance | path

Searched refs:strictCompartmentChecking (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCMarker.h282 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
372 ActiveThreadData<bool> strictCompartmentChecking; variable
H A DMarking.cpp1532 MOZ_ASSERT(!strictCompartmentChecking); in drainMarkStack()
1533 strictCompartmentChecking = true; in drainMarkStack()
1534 auto acc = mozilla::MakeScopeExit([&] { strictCompartmentChecking = false; }); in drainMarkStack()
2240 strictCompartmentChecking(false) in GCMarker()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCMarker.h364 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
523 MainThreadOrGCTaskData<bool> strictCompartmentChecking; variable
H A DMarking.cpp1773 MOZ_ASSERT(!strictCompartmentChecking); in markUntilBudgetExhausted()
1774 strictCompartmentChecking = true; in markUntilBudgetExhausted()
1775 auto acc = mozilla::MakeScopeExit([&] { strictCompartmentChecking = false; }); in markUntilBudgetExhausted()
2356 strictCompartmentChecking(false), in GCMarker()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMarking.h237 bool shouldCheckCompartments() { return strictCompartmentChecking; }
355 bool strictCompartmentChecking;
H A DMarking.cpp1540 MOZ_ASSERT(!strictCompartmentChecking);
1541 strictCompartmentChecking = true;
1542 auto acc = mozilla::MakeScopeExit([&] {strictCompartmentChecking = false;});
1995 , strictCompartmentChecking(false)
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCMarker.h374 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
555 MainThreadOrGCTaskData<bool> strictCompartmentChecking; variable
H A DMarking.cpp1744 MOZ_ASSERT(!strictCompartmentChecking); in markUntilBudgetExhausted()
1745 strictCompartmentChecking = true; in markUntilBudgetExhausted()
1746 auto acc = mozilla::MakeScopeExit([&] { strictCompartmentChecking = false; }); in markUntilBudgetExhausted()
2336 strictCompartmentChecking(false), in GCMarker()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCMarker.h368 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
526 MainThreadOrGCTaskData<bool> strictCompartmentChecking; variable
H A DMarking.cpp1819 MOZ_ASSERT(!strictCompartmentChecking); in markUntilBudgetExhausted()
1820 strictCompartmentChecking = true; in markUntilBudgetExhausted()
1821 auto acc = mozilla::MakeScopeExit([&] { strictCompartmentChecking = false; }); in markUntilBudgetExhausted()
2633 strictCompartmentChecking(false), in GCMarker()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCMarker.h374 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
555 MainThreadOrGCTaskData<bool> strictCompartmentChecking; variable
H A DMarking.cpp1744 MOZ_ASSERT(!strictCompartmentChecking); in markUntilBudgetExhausted()
1745 strictCompartmentChecking = true; in markUntilBudgetExhausted()
1746 auto acc = mozilla::MakeScopeExit([&] { strictCompartmentChecking = false; }); in markUntilBudgetExhausted()
2336 strictCompartmentChecking(false), in GCMarker()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DMarking.h238 bool shouldCheckCompartments() { return strictCompartmentChecking; } in shouldCheckCompartments()
354 mozilla::DebugOnly<bool> strictCompartmentChecking; variable
H A DMarking.cpp1280 MOZ_ASSERT(!strictCompartmentChecking); in drainMarkStack()
1281 strictCompartmentChecking = true; in drainMarkStack()
1282 auto acc = mozilla::MakeScopeExit([&] {strictCompartmentChecking = false;}); in drainMarkStack()
1729 strictCompartmentChecking(false) in GCMarker()