Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DWatchtower.cpp88 static void InvalidateMegamorphicCache(JSContext* cx, HandleNativeObject obj) { in InvalidateMegamorphicCache() function
109 InvalidateMegamorphicCache(cx, obj); in watchPropertyAddSlow()
177 InvalidateMegamorphicCache(cx, obj.as<NativeObject>()); in watchProtoChangeSlow()
197 InvalidateMegamorphicCache(cx, obj); in watchPropertyRemoveSlow()
216 InvalidateMegamorphicCache(cx, obj); in watchPropertyChangeSlow()
249 InvalidateMegamorphicCache(cx, a.as<NativeObject>()); in watchObjectSwapSlow()
252 InvalidateMegamorphicCache(cx, b.as<NativeObject>()); in watchObjectSwapSlow()