Home
last modified time | relevance | path

Searched refs:watchFreezeOrSealSlow (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DWatchtower.h44 static bool watchFreezeOrSealSlow(JSContext* cx, HandleNativeObject obj);
102 return watchFreezeOrSealSlow(cx, obj); in watchFreezeOrSeal()
H A DWatchtower.cpp230 bool Watchtower::watchFreezeOrSealSlow(JSContext* cx, HandleNativeObject obj) { in watchFreezeOrSealSlow() function in Watchtower