Lines Matching refs:RootedBase
64637 class RootedBase : public MutableWrappedPtrOperations<T, Wrapper> {};
65106 class Rooted : public js::RootedBase<T, Rooted<T>>
65181 class RootedBase<JSObject*, Container> : public MutableWrappedPtrOperations<JSObject*, Container>
65198 class FakeRooted : public RootedBase<T, FakeRooted<T>>
65355 class PersistentRooted : public js::RootedBase<T, PersistentRooted<T>>,