Searched defs:PersistentRooted (Results 1 – 4 of 4) sorted by relevance
18 pub struct PersistentRooted { struct21 impl Default for PersistentRooted { argument
9 class PersistentRooted { class
7 template <typename c> class PersistentRooted : a<PersistentRooted<c>> {}; class
65355 class PersistentRooted : public js::RootedBase<T, PersistentRooted<T>>, class65372 PersistentRooted() : ptr(GCPolicy<T>::initial()) {} in PersistentRooted() function in JS::PersistentRooted65374 explicit PersistentRooted(RootingContext* cx) in PersistentRooted() function in JS::PersistentRooted65380 explicit PersistentRooted(JSContext* cx) in PersistentRooted() function in JS::PersistentRooted65387 PersistentRooted(RootingContext* cx, U&& initial) in PersistentRooted() function in JS::PersistentRooted65394 PersistentRooted(JSContext* cx, U&& initial) in PersistentRooted() function in JS::PersistentRooted65400 PersistentRooted(const PersistentRooted& rhs) in PersistentRooted() function in JS::PersistentRooted